Searched refs:getNewOutputDevices (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 332 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setDeviceConnectionStateInt() 681 return getNewOutputDevices(mPrimaryOutput, fromCache); in selectBestRxSinkDevicesForCall() 927 DeviceVector rxDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setPhoneState() 941 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setPhoneState() 2434 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource() 2448 devices = getNewOutputDevices(outputDesc, false /*fromCache*/); in startSource() 2588 DeviceVector newDevices = getNewOutputDevices(desc, false /*fromCache*/); in checkLeBroadcastRoutes() 2695 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in stopSource() 2721 DeviceVector newDevices2 = getNewOutputDevices(desc, false /*fromCache*/); in stopSource() 4228 DeviceVector newDevices = getNewOutputDevices(outputDesc, true /*fromCache*/); in updateCallAndOutputRouting() [all …]
|
D | AudioPolicyManager.h | 766 DeviceVector getNewOutputDevices(const sp<SwAudioOutputDescriptor>& outputDesc,
|