Home | History | Annotate | Download | only in os

Lines Matching refs:timers

149     // A set of pools of currently active timers.  When a timer is queried, we will divide the
150 // elapsed time by the number of active timers to arrive at that timer's share of the time.
151 // In order to do this, we must refresh each timer whenever the number of active timers
163 // Last partial timers we use for distributing CPU usage.
915 // Accumulate time to all currently active timers before adding
970 // Update the total time for all other running Timers with the same type as this Timer
1559 // How many timers should consume CPU? Only want to include ones
1860 // If the phone is powered off, stop all timers.
3964 ArrayList<StopwatchTimer> timers = mSensorTimers.get(sensor);
3965 if (timers == null) {
3966 timers = new ArrayList<StopwatchTimer>();
3967 mSensorTimers.put(sensor, timers);
3969 t = new StopwatchTimer(Uid.this, BatteryStats.SENSOR, timers, mUnpluggables);
4460 // Set timers to stale if they didn't appear in /proc/wakelocks this time.