Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dhfp.c262 uc_info->stream.out = adev->primary_output; in start_hfp()
263 uc_info->devices = adev->primary_output->devices; in start_hfp()
Dspkr_protection.c340 uc_info_rx->stream.out = adev->primary_output; in spkr_calibrate()
/hardware/qcom/audio/hal/
Daudio_hw.h316 struct stream_out *primary_output; member
Daudio_hw.c1314 struct stream_out *voip_out = adev->primary_output; in select_devices()
1346 } else if (adev->primary_output) { in select_devices()
1347 out_device = adev->primary_output->devices; in select_devices()
2478 return out == adev->primary_output || out == adev->voice_tx_output; in output_drives_call()
4522 if (adev->primary_output == NULL) in adev_open_output_stream()
4523 adev->primary_output = out; in adev_open_output_stream()
5584 adev->primary_output = NULL; in adev_open()