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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp184 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
190 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
281 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
528 // Note that despite the fact that getNewOutputDevice() is called on the primary output,
530 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
604 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
609 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/);
1120 newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
1186 device = getNewOutputDevice(outputDesc, false /*fromCache*/);
1308 audio_devices_t newDevice = getNewOutputDevice(outputDes
4322 audio_devices_t AudioPolicyManager::getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, function in class:android::AudioPolicyManager
[all...]

Completed in 77 milliseconds