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 869 if (config->config_mask & AUDIO_PORT_CONFIG_GAIN) {
914 if (dstConfig->config_mask & AUDIO_PORT_CONFIG_GAIN) {
916 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_GAIN)) {
923 dstConfig->config_mask |= AUDIO_PORT_CONFIG_GAIN;
925 dstConfig->config_mask &= ~AUDIO_PORT_CONFIG_GAIN;
AudioInputDescriptor.cpp 69 AUDIO_PORT_CONFIG_FORMAT|AUDIO_PORT_CONFIG_GAIN;
DeviceDescriptor.cpp 272 dstConfig->config_mask = AUDIO_PORT_CONFIG_CHANNEL_MASK|AUDIO_PORT_CONFIG_GAIN;
AudioOutputDescriptor.cpp 167 AUDIO_PORT_CONFIG_FORMAT|AUDIO_PORT_CONFIG_GAIN;
  /system/media/audio/include/system/
audio.h     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 636 configMask |= AUDIO_PORT_CONFIG_GAIN;
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 87 milliseconds