Searched defs:timerPool (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/chre/core/ |
H A D | timer_pool.cc | 270 auto *timerPool = static_cast<TimerPool *>(data); in handleSystemTimerCallback() local
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsImpl.java | 2395 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() 2403 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() 2606 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() 2614 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() 2824 public DualTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() 2836 public DualTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer()
|