Home
last modified time | relevance | path

Searched refs:newDevices (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp264 DeviceVector newDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() local
265 updateCallRouting(newDevices); in setDeviceConnectionStateInt()
271 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setDeviceConnectionStateInt() local
280 setOutputDevices(desc, newDevices, force, 0); in setDeviceConnectionStateInt()
355 DeviceVector newDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() local
356 updateCallRouting(newDevices); in setDeviceConnectionStateInt()
728 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setPhoneState() local
730 setOutputDevices(desc, newDevices, !newDevices.isEmpty(), 0 /*delayMs*/); in setPhoneState()
1817 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in stopSource() local
1823 setOutputDevices(outputDesc, newDevices, false, outputDesc->latency()*2); in stopSource()
[all …]
DAudioPolicyManager.h779 void onNewAudioModulesAvailableInt(DeviceVector *newDevices);
/frameworks/av/services/audioflinger/
DThreads.cpp701 const DeviceTypeSet newDevices = getDeviceTypes(); in processConfigEvents_l() local
704 dumpDeviceTypes(newDevices).c_str(), toString(newDevices).c_str()); in processConfigEvents_l()
711 const DeviceTypeSet newDevices = getDeviceTypes(); in processConfigEvents_l() local
714 dumpDeviceTypes(newDevices).c_str(), toString(newDevices).c_str()); in processConfigEvents_l()