Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java1026 final int oldDevices = intent in onReceive() local
1029 + stream + " devices=" + devices + " oldDevices=" + oldDevices); in onReceive()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5034 DeviceVector oldDevices = mEngine->getOutputDevicesForAttributes(attr, 0, true /*fromCache*/); in checkOutputForAttributes() local
5036 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevices(oldDevices, mPreviousOutputs); in checkOutputForAttributes()