HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_PORT_CONFIG_CHANNEL_MASK (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 68 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
DeviceDescriptor.cpp 272 dstConfig->config_mask = AUDIO_PORT_CONFIG_CHANNEL_MASK|AUDIO_PORT_CONFIG_GAIN;
AudioPort.cpp 855 if (config->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) {
898 if (dstConfig->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) {
900 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK)) {
AudioOutputDescriptor.cpp 166 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
  /system/media/audio/include/system/
audio.h     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 620 configMask |= AUDIO_PORT_CONFIG_CHANNEL_MASK;
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 58 milliseconds