Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java64 private int[] mMethodCacheHit; field in AudioSystemAdapter
118 sSingletonDefaultAdapter.mMethodCacheHit = new int[NB_MEASUREMENTS]; in getDefaultAdapter()
175 mMethodCacheHit[METHOD_GETDEVICESFORSTREAM]++; in getDevicesForStreamImpl()
231 mMethodCacheHit[METHOD_GETDEVICESFORATTRIBUTES]++; in getDevicesForAttributesImpl()
554 ? (" FScacheHit=" + mMethodCacheHit[METHOD_GETDEVICESFORSTREAM]) : "")); in dump()