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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 416 if (config->config_mask & AUDIO_PORT_CONFIG_FORMAT) {
456 if (dstConfig->config_mask & AUDIO_PORT_CONFIG_FORMAT) {
458 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_FORMAT)) {
AudioInputDescriptor.cpp 79 AUDIO_PORT_CONFIG_FORMAT|AUDIO_PORT_CONFIG_GAIN;
DeviceDescriptor.cpp 233 dstConfig->config_mask |= AUDIO_PORT_CONFIG_FORMAT;
AudioOutputDescriptor.cpp 165 AUDIO_PORT_CONFIG_FORMAT|AUDIO_PORT_CONFIG_GAIN;
  /system/media/audio/include/system/
audio.h     [all...]
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 273 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_FORMAT) {
Threads.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 691 configMask |= AUDIO_PORT_CONFIG_FORMAT;
    [all...]

Completed in 57 milliseconds