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 410 if (config->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
440 if (dstConfig->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
442 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE)) {
AudioInputDescriptor.cpp 78 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
DeviceDescriptor.cpp 227 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.h     [all...]
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 262 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
Threads.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 666 configMask |= AUDIO_PORT_CONFIG_SAMPLE_RATE;
    [all...]

Completed in 64 milliseconds