OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_input
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/audio/hal/msm8960/
platform.c
650
audio_source_t source = (adev->
active_input
== NULL) ?
651
AUDIO_SOURCE_DEFAULT : adev->
active_input
->source;
654
audio_devices_t in_device = ((adev->
active_input
== NULL) ?
655
AUDIO_DEVICE_NONE : adev->
active_input
->device)
657
audio_channel_mask_t channel_mask = (adev->
active_input
== NULL) ?
658
AUDIO_CHANNEL_IN_MONO : adev->
active_input
->channel_mask;
743
if (adev->
active_input
) {
744
if (adev->
active_input
->enable_aec) {
[
all
...]
/hardware/qcom/audio/hal/msm8974/
platform.c
601
audio_source_t source = (adev->
active_input
== NULL) ?
602
AUDIO_SOURCE_DEFAULT : adev->
active_input
->source;
605
audio_devices_t in_device = ((adev->
active_input
== NULL) ?
606
AUDIO_DEVICE_NONE : adev->
active_input
->device)
608
audio_channel_mask_t channel_mask = (adev->
active_input
== NULL) ?
609
AUDIO_CHANNEL_IN_MONO : adev->
active_input
->channel_mask;
694
if (adev->
active_input
) {
695
if (adev->
active_input
->enable_aec) {
/hardware/qcom/audio/hal/
audio_hw.h
177
struct stream_in *
active_input
;
member in struct:audio_device
audio_hw.c
494
adev->
active_input
&&
495
adev->
active_input
->source == AUDIO_SOURCE_VOICE_COMMUNICATION) {
496
select_devices(adev, adev->
active_input
->usecase);
503
if (adev->
active_input
->source == AUDIO_SOURCE_VOICE_COMMUNICATION &&
577
adev->
active_input
= NULL;
617
adev->
active_input
= in;
647
adev->
active_input
= NULL;
[
all
...]
/external/chromium_org/chromeos/audio/
cras_audio_handler_unittest.cc
291
AudioDevice
active_input
;
local
317
AudioDevice
active_input
;
local
1688
AudioDevice
active_input
;
local
[
all
...]
Completed in 103 milliseconds