Home
last modified time | relevance | path

Searched refs:primaryOutput (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp314 sp<AudioOutputDescriptor> primaryOutput = outputs.getPrimaryOutput(); in getDeviceForStrategyInt() local
316 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategyInt()
323 (primaryOutput->supportedDevices() | AUDIO_DEVICE_OUT_HEARING_AID) & in getDeviceForStrategyInt()
329 (primaryOutput->getAudioPort()->getModuleVersionMajor() < 3))) { in getDeviceForStrategyInt()
671 sp<AudioOutputDescriptor> primaryOutput = outputs.getPrimaryOutput(); in getDeviceForInputSource() local
673 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()) in getDeviceForInputSource()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp650 sp<SwAudioOutputDescriptor> primaryOutput = getPrimaryOutput(); in isA2dpOffloadedOnPrimary() local
652 if ((primaryOutput != NULL) && (primaryOutput->mProfile != NULL) in isA2dpOffloadedOnPrimary()
653 && (primaryOutput->mProfile->mModule != NULL)) { in isA2dpOffloadedOnPrimary()
654 sp<HwModule> primaryHwModule = primaryOutput->mProfile->mModule; in isA2dpOffloadedOnPrimary()