Searched refs:getNewOutputDevices (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 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() [all …]
|
D | AudioPolicyManager.h | 621 DeviceVector getNewOutputDevices(const sp<SwAudioOutputDescriptor>& outputDesc,
|