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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp175 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
181 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
265 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
496 // Note that despite the fact that getNewOutputDevice() is called on the primary output,
498 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
567 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
572 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/);
1047 newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
1110 device = getNewOutputDevice(outputDesc, false /*fromCache*/);
1222 audio_devices_t newDevice = getNewOutputDevice(outputDes
3939 audio_devices_t AudioPolicyManager::getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, function in class:android::AudioPolicyManager
[all...]
H A DAudioPolicyManager.h400 audio_devices_t getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc,

Completed in 70 milliseconds