Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1180 private LongSamplingCounterArray mBinderThreadCpuTimesUs; field in BatteryStatsImpl
11755 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 …]