Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.c851 if (active_out == adev->primary_output && in select_devices()
862 adev->primary_output && !adev->primary_output->standby) { in select_devices()
863 in_snd_device = get_input_snd_device(adev, adev->primary_output->devices); in select_devices()
1133 struct stream_out *out = adev->primary_output; in put_echo_reference()
1164 if (adev->primary_output!= NULL && adev->primary_output->usecase == USECASE_AUDIO_PLAYBACK && in get_echo_reference()
1165 !adev->primary_output->standby) { in get_echo_reference()
1167 &adev->primary_output->stream.common; in get_echo_reference()
1193 if (adev->primary_output!= NULL && in get_hw_echo_reference()
1194 !adev->primary_output->standby && in get_hw_echo_reference()
1195 adev->primary_output->usecase == USECASE_AUDIO_PLAYBACK && in get_hw_echo_reference()
[all …]
Daudio_hw.h394 struct stream_out* primary_output; member