Lines Matching refs:getNewOutputDevices
264 DeviceVector newDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt()
271 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setDeviceConnectionStateInt()
355 DeviceVector newDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt()
701 DeviceVector rxDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setPhoneState()
728 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setPhoneState()
1647 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource()
1661 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource()
1817 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in stopSource()
1834 DeviceVector newDevices2 = getNewOutputDevices(desc, false /*fromCache*/); in stopSource()
3083 DeviceVector newDevices = getNewOutputDevices(mPrimaryOutput, true /*fromCache*/); in updateCallAndOutputRouting()
3088 DeviceVector newDevices = getNewOutputDevices(outputDesc, true /*fromCache*/); in updateCallAndOutputRouting()
3690 getNewOutputDevices(outputDesc, true /*fromCache*/), in releaseAudioPatchInternal()
3724 getNewOutputDevices(outputDesc, true /*fromCache*/), in releaseAudioPatchInternal()
3854 outputDesc, getNewOutputDevices(outputDesc, false /*fromCache*/), false); in checkStrategyRoute()
5255 DeviceVector AudioPolicyManager::getNewOutputDevices(const sp<SwAudioOutputDescriptor>& outputDesc, in getNewOutputDevices() function in android::AudioPolicyManager