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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 48 const bool isPlaybackThread = mType == AUDIO_PORT_TYPE_MIX && mRole == AUDIO_PORT_ROLE_SOURCE;
DeviceDescriptor.cpp 30 AUDIO_PORT_ROLE_SOURCE),
281 AUDIO_PORT_ROLE_SINK : AUDIO_PORT_ROLE_SOURCE;
HwModule.cpp 98 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SOURCE);
187 sp<IOProfile> profile = new IOProfile(name, AUDIO_PORT_ROLE_SOURCE);
AudioPort.cpp 37 mUseInChannelMask = ((type == AUDIO_PORT_TYPE_DEVICE) && (role == AUDIO_PORT_ROLE_SOURCE)) ||
582 if ((mType == AUDIO_PORT_TYPE_MIX) && (mRole == AUDIO_PORT_ROLE_SOURCE) &&
624 if ((mType == AUDIO_PORT_TYPE_MIX) && (mRole == AUDIO_PORT_ROLE_SOURCE) &&
720 ((mRole == AUDIO_PORT_ROLE_SOURCE) &&
AudioOutputDescriptor.cpp 174 dstConfig->role = AUDIO_PORT_ROLE_SOURCE;
  /system/media/audio/include/system/
audio.h     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 544 return ((type == AUDIO_PORT_TYPE_DEVICE) && (role == AUDIO_PORT_ROLE_SOURCE)) ||
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 209 milliseconds