| /development/ndk/platforms/android-3/include/linux/sunrpc/ |
| xprt.h | 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops 139 struct timer_list timer; member in struct:rpc_xprt
|
| /device/samsung/crespo/alsa-lib/src/seq/ |
| seq_local.h | 55 int (*get_queue_timer)(snd_seq_t *seq, snd_seq_queue_timer_t * timer); 56 int (*set_queue_timer)(snd_seq_t *seq, snd_seq_queue_timer_t * timer);
|
| /device/samsung/crespo/alsa-lib/src/timer/ |
| timer_query_hw.c | 2 * Timer Interface - main file 35 #define SNDRV_FILE_TIMER ALSA_DEVICE_DIRECTORY "timer" 127 int _snd_timer_query_hw_open(snd_timer_query_t **timer, char *name, 144 return snd_timer_query_hw_open(timer, name, mode);
|
| /external/webkit/WebCore/platform/android/ |
| GeolocationServiceAndroid.cpp | 114 // remove the pending timer 155 void GeolocationServiceAndroid::timerFired(Timer<GeolocationServiceAndroid>* timer) 157 ASSERT(&m_timer == timer);
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/ |
| xprt.h | 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops 139 struct timer_list timer; member in struct:rpc_xprt
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/ |
| xprt.h | 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops 139 struct timer_list timer; member in struct:rpc_xprt
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/ |
| xprt.h | 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops 139 struct timer_list timer; member in struct:rpc_xprt
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/ |
| xprt.h | 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops 139 struct timer_list timer; member in struct:rpc_xprt
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/ |
| xprt.h | 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops 139 struct timer_list timer; member in struct:rpc_xprt
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/ |
| xprt.h | 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops 139 struct timer_list timer; member in struct:rpc_xprt
|
| /external/kernel-headers/original/linux/sunrpc/ |
| debug.h | 31 #include <linux/timer.h>
|
| /external/openssl/crypto/ |
| o_time.c | 75 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) 82 gmtime_r(timer,result); 85 ts = gmtime(timer); 120 t = *timer;
|
| /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ |
| ScanSrv.h | 107 * called when the scan command has been Timer Expiry 144 TI_HANDLE timer; /**< scan operation timer */ member in struct:__anon16476 145 BOOLEAN bTimerRunning; /**< whether the above timer is running */ 215 * \brief Finalizes the scan SRV module (releasing memory and timer)
|
| /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/ |
| AssocSM.h | 112 TI_HANDLE timer; member in struct:__anon16581
|
| /external/qemu/hw/ |
| armv7m_nvic.c | 14 #include "qemu-timer.h" 41 QEMUTimer *timer; member in struct:__anon6290::__anon6291 55 /* Conversion factor from qemu timer to SysTick frequencies. */ 69 qemu_mod_timer(s->systick.timer, s->systick.tick); 143 /* The interrupt in triggered when the timer reaches zero. 280 qemu_mod_timer(s->systick.timer, s->systick.tick); 285 qemu_del_timer(s->systick.timer); 291 /* This is a hack. Force the timer to be reloaded 299 case 0x18: /* SysTick Current Value. Writes reload the timer. */ 375 qemu_put_timer(f, s->systick.timer); [all...] |
| /external/srec/audio/AudioIn/UNIX/src/ |
| audioin.c | 152 static struct timeval timer; /* timer used by select to relinquish cpu times */ variable in typeref:struct:timeval 525 timer.tv_sec = 0; 526 timer.tv_usec = 200; 527 select ( 0, NULL, NULL, NULL, &timer ); 767 timer.tv_sec = 0; 768 timer.tv_usec = 200; 769 select ( 0, NULL, NULL, NULL, &timer ); [all...] |
| /bionic/libc/netbsd/isc/ |
| ev_streams.c | 129 evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ { 134 str->timer = timer; 273 evTouchIdleTimer(opaqueCtx, str->timer); 296 evTouchIdleTimer(opaqueCtx, str->timer);
|
| eventlib_p.h | 133 evTimerID timer; member in struct:evStream 135 #define EV_STR_TIMEROK 0x0001 /* IFF timer valid. */ 172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; 177 struct { evTimer *this; } timer; member in union:evEvent_p::__anon489
|
| /external/bison/lib/ |
| timevar.c | 154 timer. */ 238 /* Add the difference between STOP and START to TIMER. */ 241 timevar_accumulate (timer, start, stop) 242 struct timevar_time_def *timer; 246 timer->user += stop->user - start->user; 247 timer->sys += stop->sys - start->sys; 248 timer->wall += stop->wall - start->wall; 281 TIMEVAR cannot be running as a standalone timer. */ 297 /* Can't push a standalone timer. */ 427 /* Is TIMEVAR currently running as a standalone timer? * [all...] |
| /external/chromium/base/ |
| stats_counters.h | 164 // A StatsCounterTimer is a StatsCounter which keeps a timer during 169 // Constructs and starts the timer. 171 // we prepend the name with 't:' to indicate that it is a timer. 176 // Start the timer. 184 // Stop the timer and record the results. 192 // Returns true if the timer is running. 212 // A StatsRate is a timer that keeps a count of the number of intervals added so 217 // Constructs and starts the timer. 237 // Helper class for scoping a timer or rate. 240 explicit StatsScope<T>(T& timer) [all...] |
| /external/chromium/net/proxy/ |
| proxy_resolver_perftest.cc | 116 // Start the perf timer. 118 PerfTimeLogger timer(perf_test_name.c_str()); 136 timer.Done();
|
| /external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
| callback-exception.js | 19 // Yield to allow for the error callback to be invoked. The timer
|
| /external/webkit/WebCore/history/ |
| PageCache.cpp | 157 void PageCache::releaseAutoreleasedPagesNowOrReschedule(Timer<PageCache>* timer) 165 timer->startOneShot(autoreleaseInterval);
|
| /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
| osapi.c | 42 #include <linux/timer.h> 277 * OS TIMER API * 284 DESCRIPTION: This function creates and initializes a timer object associated with a 289 RETURN: A handle of the created timer. 292 NOTES: Using the Kernel timer feature, problem is that kernel timers are one-shots. 294 between the callback function and the re-submission of a timer request. 320 init_timer(&tmr->timer); 322 tmr->timer.function = os_timerHandlr; 323 tmr->timer.data = (int)tmr; 339 DESCRIPTION: This function destroy the timer object [all...] |
| /external/bluetooth/glib/tests/ |
| testglib.c | 567 GTimer *timer, *timer2; local 571 timer = g_timer_new (); 572 g_timer_start (timer); 573 elapsed = g_timer_elapsed (timer, NULL); 574 g_timer_stop (timer); 575 g_assert_cmpfloat (elapsed, <=, g_timer_elapsed (timer, NULL)); 576 g_timer_destroy (timer); 582 timer = g_timer_new (); 585 g_timer_start (timer); 586 while (g_timer_elapsed (timer, NULL) < 3 [all...] |