Home
last modified time | relevance | path

Searched refs:iaxxx_odsp_hw (Results 1 – 10 of 10) sorted by relevance

/hardware/knowles/athletico/sound_trigger_hal/
Dcvq_ioctl.h203 int write_model(struct iaxxx_odsp_hw *odsp_hdl, unsigned char *data,
205 int get_model_state(struct iaxxx_odsp_hw *odsp_hdl, const uint32_t inst_id,
207 int get_event(struct iaxxx_odsp_hw *odsp_hdl,
209 int setup_chip(struct iaxxx_odsp_hw *odsp_hdl);
210 int setup_buffer_package(struct iaxxx_odsp_hw *odsp_hdl);
211 int destroy_buffer_package(struct iaxxx_odsp_hw *odsp_hdl);
212 int setup_hotword_package(struct iaxxx_odsp_hw *odsp_hdl);
213 int destroy_hotword_package(struct iaxxx_odsp_hw *odsp_hdl);
214 int get_hotword_info(struct iaxxx_odsp_hw *odsp_hdl,
216 int setup_ambient_package(struct iaxxx_odsp_hw *odsp_hdl);
[all …]
Diaxxx_odsp_hw.h29 struct iaxxx_odsp_hw;
97 struct iaxxx_odsp_hw* iaxxx_odsp_init();
105 int iaxxx_odsp_deinit(struct iaxxx_odsp_hw *odsp_hw_hdl);
116 int iaxxx_odsp_package_load(struct iaxxx_odsp_hw *odsp_hw_hdl,
127 int iaxxx_odsp_package_unload(struct iaxxx_odsp_hw *odsp_hw_hdl,
140 int iaxxx_odsp_plugin_get_package_version(struct iaxxx_odsp_hw *odsp_hw_hdl,
153 int iaxxx_odsp_plugin_get_plugin_version(struct iaxxx_odsp_hw *odsp_hw_hdl,
169 int iaxxx_odsp_plugin_create(struct iaxxx_odsp_hw *odsp_hw_hdl,
187 struct iaxxx_odsp_hw *odsp_hw_hdl,
201 int iaxxx_odsp_plugin_destroy(struct iaxxx_odsp_hw *odsp_hw_hdl,
[all …]
Diaxxx_odsp_hw.c37 struct iaxxx_odsp_hw { struct
47 struct iaxxx_odsp_hw* iaxxx_odsp_init() in iaxxx_odsp_init()
49 struct iaxxx_odsp_hw *ioh = NULL; in iaxxx_odsp_init()
53 ioh = (struct iaxxx_odsp_hw *)malloc(sizeof(struct iaxxx_odsp_hw)); in iaxxx_odsp_init()
78 int iaxxx_odsp_deinit(struct iaxxx_odsp_hw *odsp_hw_hdl) in iaxxx_odsp_deinit()
109 int iaxxx_odsp_package_load(struct iaxxx_odsp_hw *odsp_hw_hdl, in iaxxx_odsp_package_load()
154 int iaxxx_odsp_package_unload(struct iaxxx_odsp_hw *odsp_hw_hdl, in iaxxx_odsp_package_unload()
192 int iaxxx_odsp_plugin_get_package_version(struct iaxxx_odsp_hw *odsp_hw_hdl, in iaxxx_odsp_plugin_get_package_version()
240 int iaxxx_odsp_plugin_get_plugin_version(struct iaxxx_odsp_hw *odsp_hw_hdl, in iaxxx_odsp_plugin_get_plugin_version()
291 int iaxxx_odsp_plugin_create(struct iaxxx_odsp_hw *odsp_hw_hdl, in iaxxx_odsp_plugin_create()
[all …]
Dcvq_util.c61 int write_model(struct iaxxx_odsp_hw *odsp_hdl, unsigned char *data, in write_model()
113 int get_model_state(struct iaxxx_odsp_hw *odsp_hdl, const uint32_t inst_id, in get_model_state()
129 int get_event(struct iaxxx_odsp_hw *odsp_hdl, struct iaxxx_get_event_info *ge) in get_event()
144 int reset_ambient_plugin(struct iaxxx_odsp_hw *odsp_hdl) in reset_ambient_plugin()
179 int set_ambient_state(struct iaxxx_odsp_hw *odsp_hdl, in set_ambient_state()
219 int tear_ambient_state(struct iaxxx_odsp_hw *odsp_hdl, in tear_ambient_state()
308 int set_hotword_state(struct iaxxx_odsp_hw *odsp_hdl, unsigned int current) in set_hotword_state()
351 int tear_hotword_state(struct iaxxx_odsp_hw *odsp_hdl, unsigned int current) in tear_hotword_state()
477 int sensor_event_init_params(struct iaxxx_odsp_hw *odsp_hdl) in sensor_event_init_params()
567 static int sensor_event_deinit_params(struct iaxxx_odsp_hw *odsp_hdl) in sensor_event_deinit_params()
[all …]
DAndroid.mk80 LOCAL_SRC_FILES := iaxxx_odsp_hw.c
Dsound_trigger_hw_iaxxx.c200 struct iaxxx_odsp_hw *odsp_hdl;
/hardware/knowles/athletico/sound_trigger_hal/tests/
Dodsp_api_test.c60 void set_param(struct iaxxx_odsp_hw *ioh, unsigned int param_id, in set_param()
72 void get_param(struct iaxxx_odsp_hw *ioh, unsigned int param_id, in get_param()
87 void plugin_control(struct iaxxx_odsp_hw *ioh, unsigned int inst_id, in plugin_control()
107 void trigger_event(struct iaxxx_odsp_hw *ioh, unsigned int src_id, in trigger_event()
121 struct iaxxx_odsp_hw *ioh = NULL; in main()
Dsetparamblk_test.c49 static int setparamblk_with_ack_test(struct iaxxx_odsp_hw *odsp_hw, in setparamblk_with_ack_test()
118 struct iaxxx_odsp_hw* odsp_hw = NULL; in main()
Doslo_iaxxx_sensor_control.c165 struct iaxxx_odsp_hw *ioh = NULL; in oslo_plugin_set_param()
191 struct iaxxx_odsp_hw *ioh = NULL; in oslo_plugin_get_param()
Dplugin_status_test.c41 struct iaxxx_odsp_hw* odsp_hw= NULL; in main()