מידע על המבנה sound_trigger_hw_device

מידע על המבנה sound_trigger_hw_device

#include < sound_trigger.h >

שדות נתונים

struct hw_device_t   נפוץ
 
int(*  get_properties )(const struct sound_trigger_hw_device *dev, struct sound_trigger_properties *properties)
 
int(*  load_sound_model )(const struct sound_trigger_hw_device *dev, struct sound_trigger_sound_model *sound_model, sound_model_callback_t callback, void *cookie, sound_model_handle_t *handle)
 
int(*  unload_sound_model )(const struct sound_trigger_hw_device *dev, sound_model_handle_t handle)
 
int(*  start_recognition )(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle, const struct sound_trigger_recognition_config *config, recognition_callback_t callback, void *cookie)
 
int(*  stop_recognition )(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle)
 
int(*  stop_all_recognitions )(const struct sound_trigger_hw_device *dev)
 

תיאור מפורט

ההגדרה מופיעה בשורה 67 בקובץ sound_trigger.h .

מסמכי תיעוד של שדה

struct hw_device_t common

ההגדרה מופיעה בשורה 68 בקובץ sound_trigger.h .

int(* get_properties)(const struct sound_trigger_hw_device *dev, struct sound_trigger_properties *properties)

ההגדרה מופיעה בשורה 73 בקובץ sound_trigger.h .

int(* load_sound_model)(const struct sound_trigger_hw_device *dev, struct sound_trigger_sound_model *sound_model, sound_model_callback_t callback, void *cookie, sound_model_handle_t *handle)

ההגדרה מופיעה בשורה 83 בקובץ sound_trigger.h .

int(* start_recognition)(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle, const struct sound_trigger_recognition_config *config, recognition_callback_t callback, void *cookie)

ההגדרה מופיעה בשורה 100 בקובץ sound_trigger.h .

int(* stop_all_recognitions)(const struct sound_trigger_hw_device *dev)

ההגדרה מופיעה בשורה 116 בקובץ sound_trigger.h .

int(* stop_recognition)(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle)

ההגדרה מופיעה בשורה 109 בקובץ sound_trigger.h .

int(* unload_sound_model)(const struct sound_trigger_hw_device *dev, sound_model_handle_t handle)

ההגדרה מופיעה בשורה 93 בקובץ sound_trigger.h .


התיעוד של המבנה הזה נוצר מהקובץ הבא: