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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 54 if (mPatch.sources[i].type == AUDIO_PORT_TYPE_DEVICE) {
69 if (mPatch.sinks[i].type == AUDIO_PORT_TYPE_DEVICE) {
137 if (patch->mPatch.sources[srcIndex].type == AUDIO_PORT_TYPE_DEVICE &&
143 if (patch->mPatch.sinks[sinkIndex].type == AUDIO_PORT_TYPE_DEVICE &&
DeviceDescriptor.cpp 29 AudioPort(String8(""), AUDIO_PORT_TYPE_DEVICE,
242 dstConfig->type = AUDIO_PORT_TYPE_DEVICE;
HwModule.cpp 148 if (route->getSink()->getType() == AUDIO_PORT_TYPE_DEVICE) {
158 if (source->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) {
597 case AUDIO_PORT_TYPE_DEVICE: {
681 if (config->type == AUDIO_PORT_TYPE_DEVICE) {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPort.h 122 return ((mType == AUDIO_PORT_TYPE_DEVICE) && (mRole == AUDIO_PORT_ROLE_SOURCE)) ||
  /frameworks/av/services/audiopolicy/tests/
audiopolicymanager_tests.cpp 188 sink.type = AUDIO_PORT_TYPE_DEVICE;
  /hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
HidlUtils.impl.h 166 case AUDIO_PORT_TYPE_DEVICE: {
274 case AUDIO_PORT_TYPE_DEVICE: {
  /device/generic/car/emulator/audio/driver/
audio_hw.c     [all...]
  /system/media/audio/include/system/
audio-base.h 429 AUDIO_PORT_TYPE_DEVICE = 1, // (::android::hardware::audio::common::V4_0::AudioPortType.NONE implicitly + 1)
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 637 return ((type == AUDIO_PORT_TYPE_DEVICE) && (role == AUDIO_PORT_ROLE_SOURCE)) ||
681 nAudioPortConfig->type = AUDIO_PORT_TYPE_DEVICE;
763 nAudioPortConfig->type == AUDIO_PORT_TYPE_DEVICE ? "device" : "mix");
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 460 if (status == NO_ERROR && port.type == AUDIO_PORT_TYPE_DEVICE) {
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp     [all...]

Completed in 541 milliseconds