Home | History | Annotate | Download | only in os

Lines Matching defs:timers

204     // A set of pools of currently active timers.  When a timer is queried, we will divide the
205 // elapsed time by the number of active timers to arrive at that timer's share of the time.
206 // In order to do this, we must refresh each timer whenever the number of active timers
223 // Last partial timers we use for distributing CPU usage.
1490 // Accumulate time to all currently active timers before adding
1551 // Update the total time for all other running Timers with the same type as this Timer
3364 // If the phone is powered off, stop all timers.
6675 ArrayList<StopwatchTimer> timers = mSensorTimers.get(sensor);
6676 if (timers == null) {
6677 timers = new ArrayList<StopwatchTimer>();
6678 mSensorTimers.put(sensor, timers);
6680 t = new StopwatchTimer(Uid.this, BatteryStats.SENSOR, timers, mOnBatteryTimeBase);
7957 // Set timers to stale if they didn't appear in /proc/wakelocks this time.
8015 // the newly added timer for past cpu time, so we only consider timers that
8163 // Mark the current timers as gone through a collection.
9340 throw new ParcelFormatException("File corrupt: too many job timers " + NJ);