Lines Matching refs:getNewOutputDevice
181 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt()
187 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/); in setDeviceConnectionStateInt()
275 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt()
521 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setPhoneState()
588 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); in setForceUse()
593 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/); in setForceUse()
1104 newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); in startOutput()
1168 device = getNewOutputDevice(outputDesc, false /*fromCache*/); in startSource()
1280 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); in stopSource()
1298 getNewOutputDevice(desc, false /*fromCache*/), in stopSource()
2693 getNewOutputDevice(outputDesc, true /*fromCache*/), in releaseAudioPatch()
2840 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); in checkStrategyRoute()
4270 audio_devices_t AudioPolicyManager::getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, in AudioPolicyManager() function in android::AudioPolicyManager