Searched refs:Duration (Results 1 - 13 of 13) sorted by relevance

/external/qemu/android/
H A Dlooper.h28 /* An Duration represents a duration in milliseconds */
29 typedef int64_t Duration; typedef
31 /* A special Duration value used to mean "infinite" */
32 #define DURATION_INFINITE ((Duration)INT64_MAX)
91 Duration (*now) (Looper* looper);
94 int (*run) (Looper* looper, Duration deadline_ms);
118 void (*startRelative)(void* impl, Duration timeout_ms);
119 void (*startAbsolute)(void* impl, Duration deadline_ms);
151 loopTimer_startRelative(LoopTimer* timer, Duration timeout_ms)
163 loopTimer_startAbsolute(LoopTimer* timer, Duration deadline_m
[all...]
H A Dasync-socket.h210 Duration deadline);
238 Duration deadline);
261 extern Duration async_socket_deadline(AsyncSocket* as, int rel);
H A Dlooper-generic.c37 Duration deadline;
44 static Duration glooper_now(Looper* ll);
62 glooptimer_startAbsolute(void* impl, Duration deadline_ms)
79 glooptimer_startRelative(void* impl, Duration timeout_ms)
291 Duration deadline = tt->deadline;
349 static Duration
363 glooper_run(Looper* ll, Duration loop_deadline_ms)
381 Duration deadline = DURATION_INFINITE;
H A Dlooper-qemu.c33 qlooptimer_startRelative(void* impl, Duration timeout_ms)
43 qlooptimer_startAbsolute(void* impl, Duration deadline_ms)
370 static Duration
387 qlooper_run(Looper* ll, Duration deadline_ms)
H A Dasync-socket.c88 Duration deadline;
131 Duration deadline)
238 Duration deadline)
261 Duration deadline)
1210 Duration deadline)
1243 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to :
1253 Duration deadline)
1286 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to :
1297 Duration
H A Dsdk-controller-socket.c212 Duration deadline;
/external/libnfc-nxp/src/
H A DphHciNfc_PollingLoop.c386 if(p_poll_cfg->Duration > PL_MAX_DURATION)
388 p_poll_cfg->Duration = PL_MAX_DURATION;
395 p_poll_cfg->Duration = ((p_poll_cfg->Duration <
399 p_poll_cfg->Duration );
404 p_poll_cfg->Duration = ((p_poll_cfg->Duration <
407 p_poll_cfg->Duration);
414 PL_DURATION_CALC(p_poll_cfg->Duration);
/external/libnfc-nxp/inc/
H A DphNfcTypes.h1090 uint32_t Duration; /**< Duration of virtual or idle member in struct:phNfc_sADD_Cfg_t
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend18 ATTRIBUTE Ascend-Call-Block-Duration 124 integer
19 ATTRIBUTE Ascend-Maximum-Call-Duration 125 integer
/external/oprofile/events/i386/atom/
H A Dunit_masks20 0x03 cycles Duration of page-walks in core cycles
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h1112 /*! @enum Duration
1127 Duration values are intended to be multiplied by the specific interval to achieve an actual duration. For example,
1133 typedef int32_t Duration; typedef
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp5763 HANDLE_ANIMATION_VALUE(duration, Duration, value)
5790 HANDLE_TRANSITION_VALUE(duration, Duration, value)
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 299 milliseconds