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