Searched refs:getNewOutputDevice (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyManager.cpp | 320 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionState() 326 audio_devices_t newDevice = getNewOutputDevice(mOutputs.keyAt(i), in setDeviceConnectionState() 404 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionState() 649 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setPhoneState() 760 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); in setForceUse() 765 audio_devices_t newDevice = getNewOutputDevice(output, true /*fromCache*/); in setForceUse() 1130 audio_devices_t newDevice = getNewOutputDevice(output, false /*fromCache*/); in startOutput() 1203 audio_devices_t newDevice = getNewOutputDevice(output, false /*fromCache*/); in stopOutput() 1221 getNewOutputDevice(curOutput, false /*fromCache*/), in stopOutput() 2436 getNewOutputDevice(outputDesc->mIoHandle, true /*fromCache*/), in releaseAudioPatch() [all …]
|
D | AudioPolicyManager.h | 674 audio_devices_t getNewOutputDevice(audio_io_handle_t output, bool fromCache);
|