Lines Matching refs:getNewOutputDevices
332 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setDeviceConnectionStateInt()
681 return getNewOutputDevices(mPrimaryOutput, fromCache); in selectBestRxSinkDevicesForCall()
927 DeviceVector rxDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setPhoneState()
941 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setPhoneState()
2434 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource()
2448 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource()
2588 DeviceVector newDevices = getNewOutputDevices(desc, false /*fromCache*/); in checkLeBroadcastRoutes()
2695 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in stopSource()
2721 DeviceVector newDevices2 = getNewOutputDevices(desc, false /*fromCache*/); in stopSource()
4228 DeviceVector newDevices = getNewOutputDevices(outputDesc, true /*fromCache*/); in updateCallAndOutputRouting()
5503 getNewOutputDevices(outputDesc, true /*fromCache*/), in releaseAudioPatchInternal()
5552 updateDevice ? getNewOutputDevices(outputDesc, true /*fromCache*/) : in releaseAudioPatchInternal()
5680 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in checkStrategyRoute()
7457 DeviceVector AudioPolicyManager::getNewOutputDevices(const sp<SwAudioOutputDescriptor>& outputDesc, in getNewOutputDevices() function in android::AudioPolicyManager