Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7883 LongSamplingCounter mUserCpuTime; field in BatteryStatsImpl.Uid
8003 mUserCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()
9208 return mUserCpuTime.getCountLocked(which); in getUserCpuTimeUs()
9404 resetIfNotNull(mUserCpuTime, false, realtimeUs); in reset()
9555 detachIfNotNull(mUserCpuTime); in detachFromTimeBase()
13867 u.mUserCpuTime.addCountLocked(userTimeUs, onBattery);
13900 timer.mUid.mUserCpuTime.addCountLocked(userTimeUs, onBattery);
16102 u.mUserCpuTime.readSummaryFromParcelLocked(in);
16653 u.mUserCpuTime.writeSummaryFromParcelLocked(out);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73950 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mUserCpuTime:Lcom/android/internal/os/BatteryStatsI…