Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java80 mLastDevicesForAttr = new ConcurrentHashMap<>(); field in AudioSystemAdapter
144 if (!mLastDevicesForAttr.containsKey(attr) in onRoutingUpdated()
145 || !sameDeviceList(devices, mLastDevicesForAttr.get(attr))) { in onRoutingUpdated()
294 mLastDevicesForAttr.putAll(mDevicesForAttrCache); in invalidateRoutingCache()