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

/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_timer.py15 '''Timer utility'''
22 class Timer(object): class in inherits:object
23 '''A Timer utility to execute a callback after a certain interval.'''
26 '''Initialise the Timer without starting it.
59 self, the Timer instance
65 raise RuntimeError('Timer already running')
67 self._timer = threading.Timer(self._interval, self._callback)
69 return self # so that we can perform Timer(...).start()
75 self, the Timer instance
87 self, the Timer instanc
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaClock.h83 struct Timer { struct in struct:android::MediaClock
84 Timer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs);
113 std::list<Timer> mTimers;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaClock.h83 struct Timer { struct in struct:android::MediaClock
84 Timer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs);
113 std::list<Timer> mTimers;
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DInstallerTest.java45 private final Timer mManual = new Timer("Manual");
46 private final Timer mQuota = new Timer("Quota");
48 private static class Timer { class in class:InstallerTest
53 public Timer(String title) { method in class:InstallerTest.Timer
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py36 from harness.util_timer import Timer namespace
168 The instance of the Timer class that was created.
181 timer = Timer(interval, on_timeout)
183 atexit.register(Timer.stop, timer)
193 timer: The current Timer instance.
/frameworks/av/media/libstagefright/
H A DMediaClock.cpp33 MediaClock::Timer::Timer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs) function in class:android::MediaClock::Timer
265 std::multimap<int64_t, Timer> notifyList;
/frameworks/base/services/core/java/com/android/server/display/
H A DAmbientBrightnessStatsTracker.java62 private final Timer mTimer;
76 mTimer = new Timer(() -> mInjector.elapsedRealtimeMillis());
110 Slog.e(TAG, "Timer not running while trying to add brightness stats.");
312 static class Timer { class in class:AmbientBrightnessStatsTracker
318 public Timer(Clock clock) { method in class:AmbientBrightnessStatsTracker.Timer
/frameworks/base/core/java/android/os/
H A DBatteryStats.java486 public static abstract class Timer { class in class:BatteryStats
489 * Returns the count associated with this Timer for the
497 * Returns the total time in microseconds associated with this Timer for the
507 * Returns the total time in microseconds associated with this Timer since the
517 * Not all Timer subclasses track the max, total, and current durations.
525 * Not all Timer subclasses track the max, total, and current durations.
537 * depending on the Timer, getTotalTimeLocked may represent the total 'blamed' or 'pooled'
540 * Not all Timer subclasses track the max, total, and current durations.
547 * Returns the secondary Timer held by the Timer, i
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java977 public Map<String, ? extends Timer> getRpmStats() {
983 public Map<String, ? extends Timer> getScreenOffRpmStats() {
992 public Map<String, ? extends Timer> getKernelWakelockStats() {
1000 public Map<String, ? extends Timer> getWakeupReasonStats() {
1673 public static abstract class Timer extends BatteryStats.Timer implements TimeBaseObs { class in class:BatteryStatsImpl
1724 public Timer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { method in class:BatteryStatsImpl.Timer
1742 public Timer(Clocks clocks, int type, TimeBase timeBase) { method in class:BatteryStatsImpl.Timer
1813 * Writes a possibly null Timer to a Parcel.
1816 * @param timer a Timer, o
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 326 milliseconds