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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 41 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SOURCE;
43 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SINK;
AudioProfile.cpp 107 const bool isRecordThread = portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK;
256 portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK
AudioPort.cpp 173 if (mType != AUDIO_PORT_TYPE_MIX) {
214 if (mType != AUDIO_PORT_TYPE_MIX) {
313 if ((mType != AUDIO_PORT_TYPE_MIX) || isDirectOutput()) {
AudioInputDescriptor.cpp 88 dstConfig->type = AUDIO_PORT_TYPE_MIX;
AudioOutputDescriptor.cpp 173 dstConfig->type = AUDIO_PORT_TYPE_MIX;
  /frameworks/av/include/media/
AudioIoDescriptor.h 47 if (mPatch.sources[0].type == AUDIO_PORT_TYPE_MIX) {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPort.h 127 ((mType == AUDIO_PORT_TYPE_MIX) && (mRole == AUDIO_PORT_ROLE_SINK));
132 return (mType == AUDIO_PORT_TYPE_MIX) && (mRole == AUDIO_PORT_ROLE_SOURCE) &&
IOProfile.h 37 : AudioPort(name, AUDIO_PORT_TYPE_MIX, role) {}
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 198 if ((patch->sinks[i].type == AUDIO_PORT_TYPE_MIX ||
222 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX ||
297 if (patch->sinks[0].type == AUDIO_PORT_TYPE_MIX) {
323 case AUDIO_PORT_TYPE_MIX: {
576 if (patch->sinks[0].type == AUDIO_PORT_TYPE_MIX) {
596 case AUDIO_PORT_TYPE_MIX: {
Threads.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 607 ((type == AUDIO_PORT_TYPE_MIX) && (role == AUDIO_PORT_ROLE_SINK));
652 nAudioPortConfig->type = AUDIO_PORT_TYPE_MIX;
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /system/media/audio/include/system/
audio.h     [all...]

Completed in 82 milliseconds