Searched refs:mBinderThreadCpuTimesUs (Results 1 – 1 of 1) sorted by relevance
1180 private LongSamplingCounterArray mBinderThreadCpuTimesUs; field in BatteryStatsImpl11755 resetIfNotNull(mBinderThreadCpuTimesUs, false, elapsedRealtimeUs); in resetAllStatsLocked()13456 if (mBinderThreadCpuTimesUs == null) {13457 mBinderThreadCpuTimesUs = new LongSamplingCounterArray(mOnBatteryTimeBase);13465 final long[] binderThreadCpuTimesUs = mBinderThreadCpuTimesUs.getCountsLocked(14769 if (mBinderThreadCpuTimesUs == null) {14773 return mBinderThreadCpuTimesUs.getCountsLocked(BatteryStats.STATS_SINCE_CHARGED);15232 if (mBinderThreadCpuTimesUs != null) {16052 mBinderThreadCpuTimesUs =16579 LongSamplingCounterArray.writeSummaryToParcelLocked(out, mBinderThreadCpuTimesUs);[all …]