Home
last modified time | relevance | path

Searched refs:iaxxx_odsp_plugin_create (Results 1 – 3 of 3) sorted by relevance

/hardware/knowles/athletico/sound_trigger_hal/
Dcvq_util.c748 err = iaxxx_odsp_plugin_create(odsp_hdl, HOTWORD_INSTANCE_ID, HOTWORD_PRIORITY, in setup_hotword_package()
815 err = iaxxx_odsp_plugin_create(odsp_hdl, AMBIENT_INSTANCE_ID, in setup_ambient_package()
881 err = iaxxx_odsp_plugin_create(odsp_hdl, AEC_INSTANCE_ID, AEC_PRIORITY, in setup_aec_package()
944 err = iaxxx_odsp_plugin_create(odsp_hdl, CHRE_INSTANCE_ID, BUF_PRIORITY, in setup_chre_package()
1121 err = iaxxx_odsp_plugin_create(odsp_hdl, OSLO_BUF_INSTANCE_ID, in setup_sensor_package()
1144 err = iaxxx_odsp_plugin_create(odsp_hdl, SENSOR_INSTANCE_ID, in setup_sensor_package()
1237 err = iaxxx_odsp_plugin_create(odsp_hdl, MIXER_INSTANCE_ID, in setup_mixer_package()
1343 err = iaxxx_odsp_plugin_create(odsp_hdl, in setup_music_buffer()
1400 err = iaxxx_odsp_plugin_create(odsp_hdl, BUF_INSTANCE_ID, in setup_howord_buffer()
1467 err = iaxxx_odsp_plugin_create(odsp_hdl, plugin_instant_id, in setup_src_plugin()
Diaxxx_odsp_hw.h169 int iaxxx_odsp_plugin_create(struct iaxxx_odsp_hw *odsp_hw_hdl,
Diaxxx_odsp_hw.c291 int iaxxx_odsp_plugin_create(struct iaxxx_odsp_hw *odsp_hw_hdl, in iaxxx_odsp_plugin_create() function