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 189 if ((patch->sinks[i].type == AUDIO_PORT_TYPE_MIX ||
204 (patch->sinks[i].type != AUDIO_PORT_TYPE_MIX)) {
222 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX ||
285 if (patch->sinks[0].type == AUDIO_PORT_TYPE_MIX) {
333 case AUDIO_PORT_TYPE_MIX: {
587 if (patch->sinks[0].type == AUDIO_PORT_TYPE_MIX) {
617 case AUDIO_PORT_TYPE_MIX: {
Threads.cpp     [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 448 ((type == AUDIO_PORT_TYPE_MIX) && (role == AUDIO_PORT_ROLE_SINK));
492 nAudioPortConfig->type = AUDIO_PORT_TYPE_MIX;
817 } else if (nAudioPort->type == AUDIO_PORT_TYPE_MIX) {
    [all...]
  /system/core/include/system/
audio.h     [all...]

Completed in 188 milliseconds