Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7884 LongSamplingCounter mSystemCpuTime; field in BatteryStatsImpl.Uid
8004 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()
9213 return mSystemCpuTime.getCountLocked(which); in getSystemCpuTimeUs()
9405 resetIfNotNull(mSystemCpuTime, false, realtimeUs); in reset()
9556 detachIfNotNull(mSystemCpuTime); in detachFromTimeBase()
13868 u.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);
13901 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);
16103 u.mSystemCpuTime.readSummaryFromParcelLocked(in);
16654 u.mSystemCpuTime.writeSummaryFromParcelLocked(out);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73947 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mSystemCpuTime:Lcom/android/internal/os/BatteryStat…