Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java83 private int[] mMethodCacheHit; field in AudioSystemAdapter
272 sSingletonDefaultAdapter.mMethodCacheHit = new int[NB_MEASUREMENTS]; in getDefaultAdapter()
333 mMethodCacheHit[METHOD_GETDEVICESFORATTRIBUTES]++; in getDevicesForAttributesImpl()
731 ? (" FScacheHit=" + mMethodCacheHit[METHOD_GETDEVICESFORATTRIBUTES]) in dump()