Home
last modified time | relevance | path

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

/aosp12/system/chre/core/include/chre/core/
H A Devent_loop.h258 return mTimerPool; in getTimerPool()
338 TimerPool mTimerPool; variable
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2579 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer
2610 mTimerPool = timerPool; in StopwatchTimer()
2618 mTimerPool = timerPool; in StopwatchTimer()
2653 if (mTimerPool != null) { in startRunningLocked()
2658 mTimerPool.add(this); in startRunningLocked()
2686 if (mTimerPool != null) { in stopRunningLocked()
2691 mTimerPool.remove(this); in stopRunningLocked()
2748 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()
2773 if (mTimerPool != null) { in detach()
2774 mTimerPool.remove(this); in detach()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76960 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;