Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7646 LongSamplingCounter mSystemCpuTime; field in BatteryStatsImpl.Uid
7770 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()
8816 return mSystemCpuTime.getCountLocked(which); in getSystemCpuTimeUs()
9009 resetIfNotNull(mSystemCpuTime, false, realtimeUs); in reset()
9160 detachIfNotNull(mSystemCpuTime); in detachFromTimeBase()
9455 mSystemCpuTime.writeToParcel(out); in writeToParcelLocked()
9758 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()
13649 u.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);
13682 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);
15859 u.mSystemCpuTime.readSummaryFromParcelLocked(in);
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt77270 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mSystemCpuTime:Lcom/android/internal/os/BatteryStat…