Searched defs:Timer (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Dprofile_timer.h26 class Timer { class
28 Timer() : startTime_(clock()) { function in class:Timer
31 virtual ~Timer() {
37 LOGD("Timer(%s): %d ms", message,
49 DISALLOW_COPY_AND_ASSIGN(Timer);
/frameworks/base/core/java/android/net/http/
H A DTimer.java25 class Timer { class
30 public Timer() { method in class:Timer
/frameworks/base/core/java/android/os/
H A DBatteryStats.java173 public static abstract class Timer { class in class:BatteryStats
176 * Returns the count associated with this Timer for the
184 * Returns the total time in microseconds associated with this Timer for the
215 public abstract Timer getWakeTime(int type);
300 public abstract Timer getSensorTime();
1026 public abstract Map<String, ? extends Timer> getKernelWakelockStats();
1100 private static long computeWakeLock(Timer timer, long batteryRealtime, int which) {
1113 * @param timer a Timer object contining the wakelock times.
1120 private static final String printWakeLock(StringBuilder sb, Timer timer,
1145 * @param timer a Timer objec
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java494 public static abstract class Timer extends BatteryStats.Timer implements Unpluggable { class in class:BatteryStatsImpl
539 Timer(int type, ArrayList<Unpluggable> unpluggables, Parcel in) { method in class:BatteryStatsImpl.Timer
554 Timer(int type, ArrayList<Unpluggable> unpluggables) { method in class:BatteryStatsImpl.Timer
619 * Writes a possibly null Timer to a Parcel.
622 * @param timer a Timer, or null.
624 public static void writeTimerToParcel(Parcel out, Timer timer,
698 public static final class SamplingTimer extends Timer {
854 public static final class StopwatchTimer extends Timer {
984 // Update the total time for all other running Timers with the same type as this Timer
[all...]

Completed in 1717 milliseconds