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

/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*/);
482 // Note that despite the fact that getNewOutputDevice() is called on the primary output,
484 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
553 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
558 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/);
1027 newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
1090 device = getNewOutputDevice(outputDesc, false /*fromCache*/);
1202 audio_devices_t newDevice = getNewOutputDevice(outputDes
3895 audio_devices_t AudioPolicyManager::getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, function in class:android::AudioPolicyManager
[all...]

Completed in 39 milliseconds