Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7827 DualTimer mAggregatedPartialWakelockTimer; field in BatteryStatsImpl.Uid
8234 return mAggregatedPartialWakelockTimer; in getAggregatedPartialWakelockTimer()
8765 if (mAggregatedPartialWakelockTimer == null) { in createAggregatedPartialWakelockTimerLocked()
8766 mAggregatedPartialWakelockTimer = new DualTimer(mBsi.mClock, this, in createAggregatedPartialWakelockTimerLocked()
8770 return mAggregatedPartialWakelockTimer; in createAggregatedPartialWakelockTimerLocked()
9365 active |= !resetIfNotNull(mAggregatedPartialWakelockTimer, false, realtimeUs); in reset()
9528 detachIfNotNull(mAggregatedPartialWakelockTimer); in detachFromTimeBase()
10806 if (mAggregatedPartialWakelockTimer != null) { in noteStopWakeLocked()
10807 mAggregatedPartialWakelockTimer.stopRunningLocked(elapsedRealtimeMs); in noteStopWakeLocked()
16582 if (u.mAggregatedPartialWakelockTimer != null) {
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73897 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mAggregatedPartialWakelockTimer:Lcom/android/intern…