Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6919 if (totalCallCountForUid < uid.mBinderCallCount && totalRecordedCallCount > 0) { in updateSystemServiceCallStats()
6923 (uid.mBinderCallCount - totalCallCountForUid) * totalRecordedCallTimeMicros in updateSystemServiceCallStats()
7725 private long mBinderCallCount; field in BatteryStatsImpl.Uid
7864 return mBinderCallCount; in getBinderCallCount()
9100 mBinderCallCount = 0; in reset()
9838 mBinderCallCount += incrementalCallCount; in noteBinderCallStatsLocked()