Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java77 mLastDevicesForAttr = new ConcurrentHashMap<>(); field in AudioSystemAdapter
141 if (!mLastDevicesForAttr.containsKey(attr) in onRoutingUpdated()
142 || !sameDeviceList(devices, mLastDevicesForAttr.get(attr))) { in onRoutingUpdated()
291 mLastDevicesForAttr.putAll(mDevicesForAttrCache); in invalidateRoutingCache()