Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPerformanceCollector.java465 Bundle binderCounts = getBinderCounts(); in startPerformanceSnapshot() local
466 for (String key : binderCounts.keySet()) { in startPerformanceSnapshot()
467 mPerfSnapshot.putLong("pre_" + key, binderCounts.getLong(key)); in startPerformanceSnapshot()
508 Bundle binderCounts = getBinderCounts(); in endPerformanceSnapshot() local
509 for (String key : binderCounts.keySet()) { in endPerformanceSnapshot()
510 mPerfSnapshot.putLong(key, binderCounts.getLong(key)); in endPerformanceSnapshot()