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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 420 if (config->config_mask & AUDIO_PORT_CONFIG_GAIN) {
466 if ((dstConfig->config_mask & AUDIO_PORT_CONFIG_GAIN) && audioport != NULL) {
468 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_GAIN)
476 dstConfig->config_mask |= AUDIO_PORT_CONFIG_GAIN;
478 dstConfig->config_mask &= ~AUDIO_PORT_CONFIG_GAIN;
AudioInputDescriptor.cpp 77 AUDIO_PORT_CONFIG_FORMAT|AUDIO_PORT_CONFIG_GAIN;
DeviceDescriptor.cpp 224 dstConfig->config_mask = AUDIO_PORT_CONFIG_GAIN;
AudioOutputDescriptor.cpp 165 AUDIO_PORT_CONFIG_FORMAT|AUDIO_PORT_CONFIG_GAIN;
  /system/media/audio/include/system/
audio-base.h 384 AUDIO_PORT_CONFIG_GAIN = 8u, // 0x8
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 717 configMask |= AUDIO_PORT_CONFIG_GAIN;
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 499 milliseconds