Searched refs:Timer (Results 1 - 15 of 15) 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/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java25 import java.util.Timer;
53 private Timer mTimer;
113 mTimer = new Timer();
/frameworks/rs/java/tests/RsTest_14/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.java31 import java.util.Timer;
76 // Timer thread -> UI thread
86 private Timer mTimer;
220 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/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java31 import java.util.Timer;
88 private Timer mTimer;
151 mTimer = new Timer();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java25 import java.util.Timer;
50 private Timer mTimer;
130 mTimer = new Timer();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java25 import java.util.Timer;
53 private Timer mTimer;
144 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.java181 public static abstract class Timer { class in class:BatteryStats
184 * Returns the count associated with this Timer for the
192 * Returns the total time in microseconds associated with this Timer for the
223 public abstract Timer getWakeTime(int type);
286 public abstract Timer getVibratorOnTimer();
314 public abstract Timer getSensorTime();
1040 public abstract Map<String, ? extends Timer> getKernelWakelockStats();
1114 private static long computeWakeLock(Timer timer, long batteryRealtime, int which) {
1127 * @param timer a Timer object contining the wakelock times.
1134 private static final String printWakeLock(StringBuilder sb, Timer time
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java486 public static abstract class Timer extends BatteryStats.Timer implements Unpluggable { class in class:BatteryStatsImpl
531 Timer(int type, ArrayList<Unpluggable> unpluggables, Parcel in) { method in class:BatteryStatsImpl.Timer
546 Timer(int type, ArrayList<Unpluggable> unpluggables) { method in class:BatteryStatsImpl.Timer
611 * Writes a possibly null Timer to a Parcel.
614 * @param timer a Timer, or null.
616 public static void writeTimerToParcel(Parcel out, Timer timer,
690 public static final class SamplingTimer extends Timer {
847 public static final class BatchTimer extends Timer {
981 public static final class StopwatchTimer extends Timer {
[all...]
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java74 import java.util.Timer;
1020 static Timer timer;
1047 timer = new Timer();

Completed in 517 milliseconds