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

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

Completed in 78 milliseconds