Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 24 of 24) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/scriptc/
Drs_time.rsh63 * 1970). If @p timer is non-NULL, the result is also stored in the memory
66 * @param timer Location to also store the returned calendar time.
71 rsTime(rs_time_t *timer);
74 * Converts the time specified by @p timer into broken-down time and stores it
79 * @param timer Input time as calendar time.
84 rsLocaltime(rs_tm *local, const rs_time_t *timer);
/frameworks/rs/scriptc/
Drs_time.rsh63 * 1970). If @p timer is non-NULL, the result is also stored in the memory
66 * @param timer Location to also store the returned calendar time.
71 rsTime(rs_time_t *timer);
74 * Converts the time specified by @p timer into broken-down time and stores it
79 * @param timer Input time as calendar time.
84 rsLocaltime(rs_tm *local, const rs_time_t *timer);
/frameworks/support/renderscript/v8/rs_support/
DrsScriptC_Lib.cpp82 time_t rsrTime(Context *rsc, Script *sc, time_t *timer) { in rsrTime() argument
83 return time(timer); in rsrTime()
86 tm* rsrLocalTime(Context *rsc, Script *sc, tm *local, time_t *timer) { in rsrLocalTime() argument
94 tm *tmp = localtime(timer); in rsrLocalTime()
DrsRuntime.h53 time_t rsrTime(Context *, Script *, time_t *timer);
54 tm* rsrLocalTime(Context *, Script *, tm *local, time_t *timer);
/frameworks/rs/
DrsScriptC_Lib.cpp82 time_t rsrTime(Context *rsc, Script *sc, time_t *timer) { in rsrTime() argument
83 return time(timer); in rsrTime()
86 tm* rsrLocalTime(Context *rsc, Script *sc, tm *local, time_t *timer) { in rsrLocalTime() argument
94 tm *tmp = localtime(timer); in rsrLocalTime()
DrsRuntime.h111 time_t rsrTime(Context *, Script *, time_t *timer);
112 tm* rsrLocalTime(Context *, Script *, tm *local, time_t *timer);
/frameworks/base/core/java/android/os/
DBatteryStats.java1102 private static long computeWakeLock(Timer timer, long batteryRealtime, int which) { in computeWakeLock() argument
1103 if (timer != null) { in computeWakeLock()
1105 long totalTimeMicros = timer.getTotalTimeLocked(batteryRealtime, which); in computeWakeLock()
1122 private static final String printWakeLock(StringBuilder sb, Timer timer, in printWakeLock() argument
1125 if (timer != null) { in printWakeLock()
1126 long totalTimeMillis = computeWakeLock(timer, batteryRealtime, which); in printWakeLock()
1128 int count = timer.getCountLocked(which); in printWakeLock()
1156 private static final String printWakeLockCheckin(StringBuilder sb, Timer timer, long now, in printWakeLockCheckin() argument
1160 if (timer != null) { in printWakeLockCheckin()
1161 totalTimeMicros = timer.getTotalTimeLocked(now, which); in printWakeLockCheckin()
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGLFrame.java145 StopWatchMap timer = GLFrameTimer.get(); in flushGPU() local
146 if (timer.LOG_MFF_RUNNING_TIMES) { in flushGPU()
147 timer.start("glFinish " + message); in flushGPU()
149 timer.stop("glFinish " + message); in flushGPU()
/frameworks/base/tools/orientationplot/
Dorientationplot.py182 self.timer = self.fig.canvas.new_timer(interval=100)
183 self.timer.add_callback(lambda: self.update())
184 self.timer.start()
193 self.timer.stop()
196 self.timer.start()
/frameworks/base/tools/velocityplot/
Dvelocityplot.py117 self.timer = self.fig.canvas.new_timer(interval=100)
118 self.timer.add_callback(lambda: self.update())
119 self.timer.start()
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdRuntimeStubs.cpp194 time_t SC_Time(time_t *timer) { in SC_Time() argument
196 return rsrTime(rsc, sc, timer); in SC_Time()
199 tm* SC_LocalTime(tm *local, time_t *timer) { in SC_LocalTime() argument
201 return rsrLocalTime(rsc, sc, local, timer); in SC_LocalTime()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DLocationBasedCountryDetectorTest.java354 Timer timer = detector.getTimer(); in waitForTimerReset() local
355 assertTrue(timer == null); in waitForTimerReset()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp483 time_t SC_Time(time_t *timer) { in SC_Time() argument
485 return rsrTime(rsc, sc, timer); in SC_Time()
488 tm* SC_LocalTime(tm *local, time_t *timer) { in SC_LocalTime() argument
490 return rsrLocalTime(rsc, sc, local, timer); in SC_LocalTime()
/frameworks/base/services/java/com/android/server/
DSystemServer.java1020 static Timer timer; field in SystemServer
1047 timer = new Timer(); in main()
1048 timer.schedule(new TimerTask() { in main()
/frameworks/base/libs/androidfw/
DAssetManager.cpp1665 DurationTimer timer; in loadFileNameCacheLocked() local
1666 timer.start(); in loadFileNameCacheLocked()
1672 timer.stop(); in loadFileNameCacheLocked()
1674 timer.durationUsecs() / 1000.0); in loadFileNameCacheLocked()
/frameworks/base/voip/java/com/android/server/sip/
DSipSessionGroup.java139 SipWakeupTimer timer, SipWakeLock wakeLock) throws SipException { in SipSessionGroup() argument
142 mWakeupTimer = timer; in SipSessionGroup()
149 void setWakeupTimer(SipWakeupTimer timer) { in setWakeupTimer() argument
150 mWakeupTimer = timer; in setWakeupTimer()
DSipService.java476 void setWakeupTimer(SipWakeupTimer timer) { in setWakeupTimer() argument
477 mSipGroup.setWakeupTimer(timer); in setWakeupTimer()
/frameworks/base/docs/html/training/notify-user/
Dexpanded.jd76 <li>A way to view the reminder text the user set as part of the timer.</li>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd257 not pressed a button, a timer is set to half the length of the window. If the
258 player presses the button before the timer expires, the game registers a
264 event is received, a timer is set to half the length of the window. If an event
265 is received before the timer expires, the game registers a success, and if not,
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java624 public static void writeTimerToParcel(Parcel out, Timer timer, in writeTimerToParcel() argument
626 if (timer == null) { in writeTimerToParcel()
632 timer.writeToParcel(out, batteryRealtime); in writeTimerToParcel()
4288 for (SamplingTimer timer : mKernelWakelockStats.values()) { in resetAllStatsLocked()
4289 mUnpluggables.remove(timer); in resetAllStatsLocked()
/frameworks/base/docs/html/training/cloudsync/
Dgcm.jd193 beep or vibrate to alert the user, consider setting up a timer. Don't let the
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd87 …nt on how busy the system is overall and how fast the system can service the underlying timer.</li>
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt1876 /sdcard/android/layout_tests/fast/dom/Window/redirect-with-timer.html
1971 /sdcard/android/layout_tests/fast/dom/timer-clear-interval-in-handler.html
2529 /sdcard/android/layout_tests/fast/frames/hover-timer-crash.html
2572 /sdcard/android/layout_tests/http/tests/misc/timer-vs-loading.html
Dlayout_tests_failed.txt447 /sdcard/android/layout_tests/fast/loader/cancel-load-during-port-block-timer.html