Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java80 mDevicesForAttrCache; field in AudioSystemAdapter
270 sSingletonDefaultAdapter.mDevicesForAttrCache = in getDefaultAdapter()
288 if (mDevicesForAttrCache != null) { in invalidateRoutingCache()
291 mLastDevicesForAttr.putAll(mDevicesForAttrCache); in invalidateRoutingCache()
293 mDevicesForAttrCache.clear(); in invalidateRoutingCache()
322 res = mDevicesForAttrCache.get(key); in getDevicesForAttributesImpl()
325 mDevicesForAttrCache.put(key, res); in getDevicesForAttributesImpl()
701 if (mDevicesForAttrCache != null) { in dump()
703 entry : mDevicesForAttrCache.entrySet()) { in dump()