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