Searched refs:mBinderThreadCpuTimesUs (Results 1 – 1 of 1) sorted by relevance
1552 private LongSamplingCounterArray mBinderThreadCpuTimesUs; field in BatteryStatsImpl11667 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 …]