Searched refs:enable_mic_route (Results 1 – 3 of 3) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/ |
D | cvq_ioctl.h | 222 int enable_mic_route(struct audio_route *route_hdl, bool enable,
|
D | sound_trigger_hw_iaxxx.c | 1058 ret = enable_mic_route(stdev->route_hdl, false, in async_setup_aec() 1093 ret = enable_mic_route(stdev->route_hdl, true, in async_setup_aec() 1240 err = enable_mic_route(stdev->route_hdl, true, ct); in handle_input_source() 1295 err = enable_mic_route(stdev->route_hdl, false, ct); in handle_input_source() 1475 ret = enable_mic_route(stdev->route_hdl, false, in do_handle_functions() 1488 ret = enable_mic_route(stdev->route_hdl, false, in do_handle_functions() 1548 ret = enable_mic_route(stdev->route_hdl, true, in do_handle_functions() 1561 ret = enable_mic_route(stdev->route_hdl, true, in do_handle_functions() 1697 err = enable_mic_route(stdev->route_hdl, true, ct); in restart_recognition() 3677 ret = enable_mic_route(stdev->route_hdl, false, in sound_trigger_hw_call_back() [all …]
|
D | cvq_util.c | 1660 int enable_mic_route(struct audio_route *route_hdl, bool enable, in enable_mic_route() function
|