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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 57 if (mPatch.sources[i].type == AUDIO_PORT_TYPE_DEVICE) {
72 if (mPatch.sinks[i].type == AUDIO_PORT_TYPE_DEVICE) {
140 if (patch->mPatch.sources[srcIndex].type == AUDIO_PORT_TYPE_DEVICE &&
146 if (patch->mPatch.sinks[sinkIndex].type == AUDIO_PORT_TYPE_DEVICE &&
DeviceDescriptor.cpp 28 AudioPort(String8(""), AUDIO_PORT_TYPE_DEVICE,
244 dstConfig->type = AUDIO_PORT_TYPE_DEVICE;
HwModule.cpp 148 if (route->getSink()->getType() == AUDIO_PORT_TYPE_DEVICE) {
159 if (sources[i]->getType() == AUDIO_PORT_TYPE_DEVICE) {
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 185 if ((removedPatch->mAudioPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE) &&
186 ((patch->sources[0].type != AUDIO_PORT_TYPE_DEVICE) ||
191 ((removedPatch->mAudioPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE) &&
192 ((patch->sinks[0].type != AUDIO_PORT_TYPE_DEVICE) ||
221 case AUDIO_PORT_TYPE_DEVICE: {
252 ((patch->sinks[0].type == AUDIO_PORT_TYPE_DEVICE) &&
368 if (patch->sinks[i].type != AUDIO_PORT_TYPE_DEVICE) {
600 case AUDIO_PORT_TYPE_DEVICE: {
684 if (config->type == AUDIO_PORT_TYPE_DEVICE) {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPort.h 126 return ((mType == AUDIO_PORT_TYPE_DEVICE) && (mRole == AUDIO_PORT_ROLE_SOURCE)) ||
  /hardware/interfaces/audio/common/2.0/default/
HidlUtils.cpp 140 case AUDIO_PORT_TYPE_DEVICE: {
248 case AUDIO_PORT_TYPE_DEVICE: {
  /system/media/audio/include/system/
audio-base.h 375 AUDIO_PORT_TYPE_DEVICE = 1,
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 625 return ((type == AUDIO_PORT_TYPE_DEVICE) && (role == AUDIO_PORT_ROLE_SOURCE)) ||
669 nAudioPortConfig->type = AUDIO_PORT_TYPE_DEVICE;
751 nAudioPortConfig->type == AUDIO_PORT_TYPE_DEVICE ? "device" : "mix");
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 305 milliseconds