Searched refs:primary_output (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/audio/hal/
H A Daudio_hw.h201 struct stream_out *primary_output; member in struct:audio_device
H A Daudio_hw.c552 if (usecase->stream.out == adev->primary_output &&
565 adev->primary_output && !adev->primary_output->standby) {
566 out_device = adev->primary_output->devices;
1273 return out == adev->primary_output || out == adev->voice_tx_output;
2058 if (adev->primary_output == NULL)
2059 adev->primary_output = out;
2659 adev->primary_output = NULL;
/hardware/qcom/audio/hal/audio_extn/
H A Dhfp.c122 uc_info->stream.out = adev->primary_output;
123 uc_info->devices = adev->primary_output->devices;

Completed in 92 milliseconds