Référence de structure sound_trigger_hw_device

Référence de structure sound_trigger_hw_device

#include < sound_trigger.h >

Champs de données

structure hw_device_t commun
entier(* get_properties (const struct sound_trigger_hw_device *dev, struct sound_trigger_properties *properties)
entier(* load_sound_model (const struct sound_trigger_hw_device *dev, struct sound_trigger_sound_model *sound_model, sound_model_callback_t rappel, void *cookie, sound_model_handle_t *handle)
entier(* unload_sound_model (const struct sound_trigger_hw_device *dev, sound_model_handle_t handle)
entier(* start_recognition (const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle, const struct sound_trigger_recognition_config *config, reconnaissance_callback_t rappel, void *cookie)
entier(* stop_recognition )(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle)
entier(* stop_all_recognitions )(const struct sound_trigger_hw_device *dev)

Description détaillée

Définition à la ligne 67 du fichier sound_trigger.h .

Documentation de terrain

struct hw_device_t commun

Définition à la ligne 68 du fichier sound_trigger.h .

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

Définition à la ligne 73 du fichier 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 rappel, void *cookie, sound_model_handle_t *handle)

Définition à la ligne 83 du fichier 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, reconnaissance_callback_t rappel, void *cookie)

Définition à la ligne 100 du fichier sound_trigger.h .

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

Définition à la ligne 116 du fichier sound_trigger.h .

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

Définition à la ligne 109 du fichier sound_trigger.h .

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

Définition à la ligne 93 du fichier sound_trigger.h .


La documentation de cette structure a été générée à partir du fichier suivant :