Searched refs:mDevicesForAttrCache (Results 1 – 1 of 1) sorted by relevance
63 mDevicesForAttrCache; field in AudioSystemAdapter116 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 …]