Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java72 private static final int METHOD_GETDEVICESFORATTRIBUTES = 0; field in AudioSystemAdapter
311 mMethodCallCounter[METHOD_GETDEVICESFORATTRIBUTES]++; in getDevicesForAttributes()
315 mMethodTimeNs[METHOD_GETDEVICESFORATTRIBUTES] += SystemClock.uptimeNanos() - startTime; in getDevicesForAttributes()
330 Log.d(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()
336 mMethodCacheHit[METHOD_GETDEVICESFORATTRIBUTES]++; in getDevicesForAttributesImpl()
341 Log.d(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()
344 Log.e(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()
795 ? (" FScacheHit=" + mMethodCacheHit[METHOD_GETDEVICESFORATTRIBUTES]) in dump()