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

  /frameworks/av/services/audioflinger/
PatchPanel.cpp 191 if ((patch->sinks[i].type == AUDIO_PORT_TYPE_MIX ||
206 (patch->sinks[i].type != AUDIO_PORT_TYPE_MIX)) {
224 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX ||
287 if (patch->sinks[0].type == AUDIO_PORT_TYPE_MIX) {
335 case AUDIO_PORT_TYPE_MIX: {
589 if (patch->sinks[0].type == AUDIO_PORT_TYPE_MIX) {
619 case AUDIO_PORT_TYPE_MIX: {
Threads.cpp     [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 491 ((type == AUDIO_PORT_TYPE_MIX) && (role == AUDIO_PORT_ROLE_SINK));
536 nAudioPortConfig->type = AUDIO_PORT_TYPE_MIX;
878 } else if (nAudioPort->type == AUDIO_PORT_TYPE_MIX) {
    [all...]
  /system/core/include/system/
audio.h     [all...]

Completed in 93 milliseconds