Lines Matching refs:getNewOutputDevices
276 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setDeviceConnectionStateInt()
572 return getNewOutputDevices(mPrimaryOutput, fromCache); in selectBestRxSinkDevicesForCall()
792 DeviceVector rxDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setPhoneState()
812 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setPhoneState()
1845 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource()
1859 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource()
2016 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in stopSource()
2033 DeviceVector newDevices2 = getNewOutputDevices(desc, false /*fromCache*/); in stopSource()
3361 DeviceVector newDevices = getNewOutputDevices(outputDesc, true /*fromCache*/); in updateCallAndOutputRouting()
4132 getNewOutputDevices(outputDesc, true /*fromCache*/), in releaseAudioPatchInternal()
4171 getNewOutputDevices(outputDesc, true /*fromCache*/), in releaseAudioPatchInternal()
4301 outputDesc, getNewOutputDevices(outputDesc, false /*fromCache*/), false); in checkStrategyRoute()
5798 DeviceVector AudioPolicyManager::getNewOutputDevices(const sp<SwAudioOutputDescriptor>& outputDesc, in getNewOutputDevices() function in android::AudioPolicyManager