Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dhfp.c262 uc_info->stream.out = adev->primary_output; in start_hfp()
263 uc_info->devices = adev->primary_output->devices; in start_hfp()
H A Dcirrus_playback.c486 uc_info_rx->stream.out = adev->primary_output; in audio_extn_cirrus_calibration_thread()
H A Dspkr_protection.c340 uc_info_rx->stream.out = adev->primary_output; in spkr_calibrate()
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.h370 struct stream_out *primary_output; member
H A Daudio_hw.c677 } else if (adev->primary_output && in enable_audio_route()
678 !adev->primary_output->standby) { in enable_audio_route()
679 out_device = adev->primary_output->devices; in enable_audio_route()
1667 struct stream_out *voip_out = adev->primary_output; in select_devices_with_force_switch()
1698 } else if (adev->primary_output && in select_devices_with_force_switch()
1699 !adev->primary_output->standby) { in select_devices_with_force_switch()
1700 out_device = adev->primary_output->devices; in select_devices_with_force_switch()
2968 return out == adev->primary_output || out == adev->voice_tx_output; in output_drives_call()
5481 if (adev->primary_output == NULL) in adev_open_output_stream()
5482 adev->primary_output = out; in adev_open_output_stream()
[all …]