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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 411 if (config->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
441 if (dstConfig->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
443 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE)) {
AudioInputDescriptor.cpp 76 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
DeviceDescriptor.cpp 226 dstConfig->config_mask |= AUDIO_PORT_CONFIG_SAMPLE_RATE;
AudioOutputDescriptor.cpp 164 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
  /system/media/audio/include/system/
audio-base.h 381 AUDIO_PORT_CONFIG_SAMPLE_RATE = 1u, // 0x1
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 297 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
Threads.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 685 configMask |= AUDIO_PORT_CONFIG_SAMPLE_RATE;
    [all...]

Completed in 95 milliseconds