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) |
详细说明
定义位于文件 sound_trigger.h 的 67 行。
字段文档
struct hw_device_t common |
定义位于文件 sound_trigger.h 的 68 行 。
int(* get_properties)(const struct sound_trigger_hw_device *dev, struct sound_trigger_properties *properties) |
定义位于文件 sound_trigger.h 的 73 行 。
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) |
定义位于文件 sound_trigger.h 的 83 行。
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) |
定义位于文件 sound_trigger.h 的 100 行。
int(* stop_all_recognitions)(const struct sound_trigger_hw_device *dev) |
定义位于文件 sound_trigger.h 的 116 行 。
int(* stop_recognition)(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle) |
定义位于文件 sound_trigger.h 的 109 行 。
int(* unload_sound_model)(const struct sound_trigger_hw_device *dev, sound_model_handle_t handle) |
定义位于文件 sound_trigger.h 的 93 行。
此结构体的文档是根据以下文件生成的:
- hardware/libhardware/include/hardware/ sound_trigger.h