Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c1575 struct stream_in *priority_in = NULL; in get_priority_input() local
1588 priority_in = in; in get_priority_input()
1592 return priority_in; in get_priority_input()
1673 struct stream_in *priority_in = NULL; in select_devices_with_force_switch() local
1693 priority_in = voip_in; in select_devices_with_force_switch()
1696 priority_in = get_priority_input(adev); in select_devices_with_force_switch()
1698 if (!priority_in) in select_devices_with_force_switch()
1699 priority_in = usecase->stream.in; in select_devices_with_force_switch()
1703 priority_in, in select_devices_with_force_switch()
1867 struct stream_in *priority_in = NULL; in stop_input_stream() local
[all …]