Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java55 private static final int METHOD_GETDEVICESFORATTRIBUTES = 1; field in AudioSystemAdapter
208 mMethodCallCounter[METHOD_GETDEVICESFORATTRIBUTES]++; in getDevicesForAttributes()
211 mMethodTimeNs[METHOD_GETDEVICESFORATTRIBUTES] += SystemClock.uptimeNanos() - startTime; in getDevicesForAttributes()
225 Log.d(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()
231 mMethodCacheHit[METHOD_GETDEVICESFORATTRIBUTES]++; in getDevicesForAttributesImpl()
236 Log.d(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()
239 Log.e(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()