Searched refs:mBinderThreadCpuTimesUs (Results 1 – 1 of 1) sorted by relevance
1636 private LongSamplingCounterArray mBinderThreadCpuTimesUs; field in BatteryStatsImpl12058 resetIfNotNull(mBinderThreadCpuTimesUs, false, elapsedRealtimeUs); in resetAllStatsLocked()14202 if (mBinderThreadCpuTimesUs == null) {14203 mBinderThreadCpuTimesUs = new LongSamplingCounterArray(mOnBatteryTimeBase);14205 mBinderThreadCpuTimesUs.addCountLocked(systemServiceCpuThreadTimes.binderThreadCpuTimesUs);14210 final long[] binderThreadCpuTimesUs = mBinderThreadCpuTimesUs.getCountsLocked(15565 if (mBinderThreadCpuTimesUs == null) {15569 return mBinderThreadCpuTimesUs.getCountsLocked(BatteryStats.STATS_SINCE_CHARGED);16184 if (mBinderThreadCpuTimesUs != null) {16920 mBinderThreadCpuTimesUs =[all …]