Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java63 mDevicesForAttrCache; field in AudioSystemAdapter
116 sSingletonDefaultAdapter.mDevicesForAttrCache = in getDefaultAdapter()
137 if (mDevicesForAttrCache != null) { in invalidateRoutingCache()
138 synchronized (mDevicesForAttrCache) { in invalidateRoutingCache()
139 mDevicesForAttrCache.clear(); in invalidateRoutingCache()
219 synchronized (mDevicesForAttrCache) { in getDevicesForAttributesImpl()
220 res = mDevicesForAttrCache.get(attributes); in getDevicesForAttributesImpl()
223 mDevicesForAttrCache.put(attributes, res); in getDevicesForAttributesImpl()
536 if (mDevicesForAttrCache != null) { in dump()
537 for (AudioAttributes attr : mDevicesForAttrCache.keySet()) { in dump()
[all …]