Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2243 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument
2245 super(clocks, uid, type, timerPool, timeBase, in); in DurationTimer()
2251 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument
2253 super(clocks, uid, type, timerPool, timeBase); in DurationTimer()
2454 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument
2458 mTimerPool = timerPool; in StopwatchTimer()
2462 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument
2466 mTimerPool = timerPool; in StopwatchTimer()
2669 public DualTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() argument
2671 super(clocks, uid, type, timerPool, timeBase, in); in DualTimer()
[all …]