Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1737 sp<SwAudioOutputDescriptor> preferredOutput = openOutputWithProfileAndDevice( in getOutputForDevices() local
1740 if (preferredOutput == nullptr) { in getOutputForDevices()
1743 output = preferredOutput->mIoHandle; in getOutputForDevices()
8967 sp<SwAudioOutputDescriptor> preferredOutput = openOutputWithProfileAndDevice( in reopenOutput() local
8969 if (preferredOutput == nullptr) { in reopenOutput()
8973 return preferredOutput; in reopenOutput()