OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_input_snd_device
(Results
1 - 2
of
2
) sorted by null
/device/google/dragon/audio/hal/
audio_hw.c
515
snd_device_t
get_input_snd_device
(struct audio_device *adev, audio_devices_t out_device)
function
778
in_snd_device =
get_input_snd_device
(adev, active_out->devices);
813
in_snd_device =
get_input_snd_device
(adev, adev->primary_output->devices);
815
in_snd_device =
get_input_snd_device
(adev, AUDIO_DEVICE_NONE);
[
all
...]
/device/htc/flounder/audio/hal/
audio_hw.c
546
static snd_device_t
get_input_snd_device
(struct audio_device *adev, audio_devices_t out_device)
function
828
in_snd_device =
get_input_snd_device
(adev, active_out->devices);
863
in_snd_device =
get_input_snd_device
(adev, adev->primary_output->devices);
865
in_snd_device =
get_input_snd_device
(adev, AUDIO_DEVICE_NONE);
[
all
...]
Completed in 55 milliseconds