Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1636 private LongSamplingCounterArray mBinderThreadCpuTimesUs; field in BatteryStatsImpl
12058 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 …]