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()
1880 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource()
1894 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource()
2051 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in stopSource()
2068 DeviceVector newDevices2 = getNewOutputDevices(desc, false /*fromCache*/); in stopSource()
3396 DeviceVector newDevices = getNewOutputDevices(outputDesc, true /*fromCache*/); in updateCallAndOutputRouting()
4167 getNewOutputDevices(outputDesc, true /*fromCache*/), in releaseAudioPatchInternal()
4206 getNewOutputDevices(outputDesc, true /*fromCache*/), in releaseAudioPatchInternal()
4336 outputDesc, getNewOutputDevices(outputDesc, false /*fromCache*/), false); in checkStrategyRoute()
6035 DeviceVector AudioPolicyManager::getNewOutputDevices(const sp<SwAudioOutputDescriptor>& outputDesc, in getNewOutputDevices() function in android::AudioPolicyManager