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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 413 if (config->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) {
448 if (dstConfig->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) {
450 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK)) {
AudioInputDescriptor.cpp 78 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
DeviceDescriptor.cpp 230 dstConfig->config_mask |= AUDIO_PORT_CONFIG_CHANNEL_MASK;
AudioOutputDescriptor.cpp 164 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
  /system/media/audio/include/system/
audio.h     [all...]
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 267 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) {
Threads.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 682 configMask |= AUDIO_PORT_CONFIG_CHANNEL_MASK;
    [all...]

Completed in 240 milliseconds