Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1552 private LongSamplingCounterArray mBinderThreadCpuTimesUs; field in BatteryStatsImpl
11667 resetIfNotNull(mBinderThreadCpuTimesUs, false, elapsedRealtimeUs); in resetAllStatsLocked()
13675 if (mBinderThreadCpuTimesUs == null) {
13676 mBinderThreadCpuTimesUs = new LongSamplingCounterArray(mOnBatteryTimeBase);
13678 mBinderThreadCpuTimesUs.addCountLocked(systemServiceCpuThreadTimes.binderThreadCpuTimesUs);
13684 final long[] binderThreadCpuTimesUs = mBinderThreadCpuTimesUs.getCountsLocked(
14992 if (mBinderThreadCpuTimesUs == null) {
14996 return mBinderThreadCpuTimesUs.getCountsLocked(BatteryStats.STATS_SINCE_CHARGED);
15588 if (mBinderThreadCpuTimesUs != null) {
16296 mBinderThreadCpuTimesUs =
[all …]