Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java1027 final int oldDevices = intent in onReceive() local
1030 + stream + " devices=" + devices + " oldDevices=" + oldDevices); in onReceive()
/frameworks/av/services/audioflinger/
DThreads.cpp697 const DeviceTypeSet oldDevices = getDeviceTypes(); in processConfigEvents_l() local
703 dumpDeviceTypes(oldDevices).c_str(), toString(oldDevices).c_str(), in processConfigEvents_l()
707 const DeviceTypeSet oldDevices = getDeviceTypes(); in processConfigEvents_l() local
713 dumpDeviceTypes(oldDevices).c_str(), toString(oldDevices).c_str(), in processConfigEvents_l()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5112 DeviceVector oldDevices = mEngine->getOutputDevicesForAttributes(attr, 0, true /*fromCache*/); in checkOutputForAttributes() local
5115 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevices(oldDevices, mPreviousOutputs); in checkOutputForAttributes()