HomeSort by relevance Sort by last modified time
    Searched defs:active_input (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromeos/audio/
cras_audio_handler_unittest.cc 388 AudioDevice active_input; local
415 AudioDevice active_input; local
444 AudioDevice active_input; local
465 AudioDevice active_input; local
1902 AudioDevice active_input; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 200 struct stream_in *active_input; member in struct:audio_device
  /device/htc/flounder/audio/hal/
audio_hw.h 384 struct stream_in* active_input; member in struct:audio_device
audio_hw.c 547 struct stream_in *active_input = NULL; local
552 active_input = (struct stream_in *)usecase->stream;
554 source = (active_input == NULL) ?
555 AUDIO_SOURCE_DEFAULT : active_input->source;
557 in_device = ((active_input == NULL) ?
558 AUDIO_DEVICE_NONE : active_input->devices)
560 channel_mask = (active_input == NULL) ?
561 AUDIO_CHANNEL_IN_MONO : active_input->main_channels;
622 if (active_input) {
623 if (active_input->enable_aec)
786 struct stream_in *active_input = NULL; local
    [all...]

Completed in 49 milliseconds