Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java83 mDevicesForAttrCache; field in AudioSystemAdapter
273 sSingletonDefaultAdapter.mDevicesForAttrCache = in getDefaultAdapter()
291 if (mDevicesForAttrCache != null) { in invalidateRoutingCache()
294 mLastDevicesForAttr.putAll(mDevicesForAttrCache); in invalidateRoutingCache()
296 mDevicesForAttrCache.clear(); in invalidateRoutingCache()
325 res = mDevicesForAttrCache.get(key); in getDevicesForAttributesImpl()
328 mDevicesForAttrCache.put(key, res); in getDevicesForAttributesImpl()
765 if (mDevicesForAttrCache != null) { in dump()
767 entry : mDevicesForAttrCache.entrySet()) { in dump()