Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7095 if (totalCallCountForUid < uid.mBinderCallCount && totalRecordedCallCount > 0) { in updateSystemServiceCallStats()
7099 (uid.mBinderCallCount - totalCallCountForUid) * totalRecordedCallTimeMicros in updateSystemServiceCallStats()
7963 private long mBinderCallCount; field in BatteryStatsImpl.Uid
8151 return mBinderCallCount; in getBinderCallCount()
9496 mBinderCallCount = 0; in reset()
9677 mBinderCallCount += incrementalCallCount; in noteBinderCallStatsLocked()