Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java7422 if (totalCallCountForUid < uid.mBinderCallCount && totalRecordedCallCount > 0) { in updateSystemServiceCallStats()
7426 (uid.mBinderCallCount - totalCallCountForUid) * totalRecordedCallTimeMicros in updateSystemServiceCallStats()
8299 private long mBinderCallCount; field in BatteryStatsImpl.Uid
8487 return mBinderCallCount; in getBinderCallCount()
9844 mBinderCallCount = 0; in reset()
10025 mBinderCallCount += incrementalCallCount; in noteBinderCallStatsLocked()