Home
last modified time | relevance | path

Searched defs:route_hdl (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dcvq_util.c163 int set_sensor_route(struct audio_route *route_hdl, bool enable) in set_sensor_route()
270 int set_ambient_route(struct audio_route *route_hdl, bool bargein) in set_ambient_route()
289 int tear_ambient_route(struct audio_route *route_hdl, bool bargein) in tear_ambient_route()
403 int set_hotword_route(struct audio_route *route_hdl, bool bargein) in set_hotword_route()
422 int tear_hotword_route(struct audio_route *route_hdl, bool bargein) in tear_hotword_route()
441 int set_chre_audio_route(struct audio_route *route_hdl, bool bargein) in set_chre_audio_route()
459 int tear_chre_audio_route(struct audio_route *route_hdl, bool bargein) in tear_chre_audio_route()
1673 int enable_bargein_route(struct audio_route *route_hdl, bool enable) in enable_bargein_route()
1689 int enable_amp_ref_route(struct audio_route *route_hdl, bool enable, in enable_amp_ref_route()
1782 int enable_mic_route(struct audio_route *route_hdl, bool enable, in enable_mic_route()
[all …]
H A Dsound_trigger_hw_iaxxx.c198 struct audio_route *route_hdl; member