Searched refs:Timer (Results 1 - 16 of 16) 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/services/java/com/android/server/location/
H A DLocationBasedCountryDetector.java32 import java.util.Timer;
55 protected Timer mTimer;
183 mTimer = new Timer();
H A DComprehensiveCountryDetector.java33 import java.util.Timer;
75 protected Timer mLocationRefreshTimer;
413 mLocationRefreshTimer = new Timer();
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTestCore.java25 import java.util.Timer;
53 private Timer mTimer;
113 mTimer = new Timer();
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTestCore.java25 import java.util.Timer;
53 private Timer mTimer;
117 mTimer = new Timer();
/frameworks/base/core/java/android/webkit/
H A DHTML5Audio.java30 import java.util.Timer;
74 // Timer thread -> UI thread
84 private Timer mTimer;
212 mTimer = new Timer();
H A DHTML5VideoView.java25 import java.util.Timer;
73 protected static Timer mTimer;
88 mTimer = new Timer();
103 // Delete the Timer to stop it since there is no stop call.
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java25 import java.util.Timer;
53 private Timer mTimer;
142 mTimer = new Timer();
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java31 import java.util.Timer;
88 private Timer mTimer;
151 mTimer = new Timer();
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java32 import java.util.Timer;
146 public Timer getTimer() {
354 Timer timer = detector.getTimer();
/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/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java38 import java.util.Timer;
45 * Timer that can schedule events to occur even when the device is in sleep.
88 Log.w(TAG, "Timer stopped");
H A DSipService.java60 import java.util.Timer;
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java72 import java.util.Timer;
1020 static Timer timer;
1047 timer = new Timer();
/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 2076 milliseconds