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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp332 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
338 audio_devices_t newDevice = getNewOutputDevice(mOutputs.keyAt(i),
420 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
696 // Note that despite the fact that getNewOutputDevice() is called on the primary output,
698 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
812 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
817 audio_devices_t newDevice = getNewOutputDevice(output, true /*fromCache*/);
1274 newDevice = getNewOutputDevice(output, false /*fromCache*/);
1378 audio_devices_t newDevice = getNewOutputDevice(output, false /*fromCache*/);
1396 getNewOutputDevice(curOutpu
4236 audio_devices_t AudioPolicyManager::getNewOutputDevice(audio_io_handle_t output, bool fromCache) function in class:android::AudioPolicyManager
[all...]
H A DAudioPolicyManager.h709 audio_devices_t getNewOutputDevice(audio_io_handle_t output, bool fromCache);

Completed in 181 milliseconds