Searched refs:newDevices (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 265 DeviceVector newDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() local 266 updateCallRouting(newDevices); in setDeviceConnectionStateInt() 272 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setDeviceConnectionStateInt() local 281 setOutputDevices(desc, newDevices, force, 0); in setDeviceConnectionStateInt() 356 DeviceVector newDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() local 357 updateCallRouting(newDevices); in setDeviceConnectionStateInt() 729 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setPhoneState() local 731 setOutputDevices(desc, newDevices, !newDevices.isEmpty(), 0 /*delayMs*/); in setPhoneState() 1870 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in stopSource() local 1876 setOutputDevices(outputDesc, newDevices, false, outputDesc->latency()*2); in stopSource() [all …]
|
D | AudioPolicyManager.h | 791 void onNewAudioModulesAvailableInt(DeviceVector *newDevices);
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 736 const DeviceTypeSet newDevices = getDeviceTypes(); in processConfigEvents_l() local 739 dumpDeviceTypes(newDevices).c_str(), toString(newDevices).c_str()); in processConfigEvents_l() 746 const DeviceTypeSet newDevices = getDeviceTypes(); in processConfigEvents_l() local 749 dumpDeviceTypes(newDevices).c_str(), toString(newDevices).c_str()); in processConfigEvents_l()
|