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 FILE의 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 FILE의 116 행에 정의되어 있습니다.
int(* stop_recognition)(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle) |
sound_trigger.h FILE의 109 행에 정의되어 있습니다.
int(* unload_sound_model)(const struct sound_trigger_hw_device *dev, sound_model_handle_t handle) |
sound_trigger.h FILE의 93 행에 정의되어 있습니다.
이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.
- hardware/libhardware/include/hardware/ sound_trigger.h