| /bionic/libc/kernel/common/linux/sunrpc/ |
| clnt.h | 21 #include <linux/sunrpc/timer.h>
|
| /development/ndk/platforms/android-3/include/linux/sunrpc/ |
| clnt.h | 21 #include <linux/sunrpc/timer.h>
|
| /external/chromium/base/ |
| message_pump_mac.h | 78 // Timer callback scheduled by ScheduleDelayedWork. This does not do any 81 static void RunDelayedWorkTimer(CFRunLoopTimerRef timer, void* info); 151 // The timer, sources, and observers are described above alongside their 172 // to be able to reset the timer properly after waking from system sleep.
|
| /external/qemu/distrib/sdl-1.2.12/src/timer/win32/ |
| SDL_systimer.c | 34 #error This is WinCE. Please use src/timer/wince/SDL_systimer.c instead. 67 timeBeginPeriod(1); /* use 1 ms timer precision */ 126 /* Set timer resolution */ 129 SDL_SetError("Warning: Can't set %d ms timer resolution", 151 SDL_SetError("Internal logic error: Win32 uses threaded timer");
|
| /external/webkit/WebKit/android/WebCoreSupport/ |
| GeolocationPermissions.h | 33 #include "Timer.h" 123 void timerFired(WebCore::Timer<GeolocationPermissions>* timer); 160 WebCore::Timer<GeolocationPermissions> m_timer;
|
| GeolocationPermissions.cpp | 235 void GeolocationPermissions::timerFired(Timer<GeolocationPermissions>* timer) 237 ASSERT_UNUSED(timer, timer == &m_timer);
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/ |
| clnt.h | 21 #include <linux/sunrpc/timer.h>
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/ |
| clnt.h | 21 #include <linux/sunrpc/timer.h>
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/ |
| clnt.h | 21 #include <linux/sunrpc/timer.h>
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/ |
| clnt.h | 21 #include <linux/sunrpc/timer.h>
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/ |
| clnt.h | 21 #include <linux/sunrpc/timer.h>
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/ |
| clnt.h | 21 #include <linux/sunrpc/timer.h>
|
| /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/ |
| trafficAdmControl.h | 87 TI_HANDLE timer[MAX_NUM_OF_AC]; member in struct:__anon16387
|
| /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ |
| ScanSrvSM.c | 302 /* stop timer */ 305 os_timerStop( pScanSRV->hOS, pScanSRV->timer ); 374 /* start the timer */ 376 os_timerStart( pScanSRV->hOS, pScanSRV->timer, 397 /* send a scan complete event. This will do all necessary clean-up (timer, power manager, notifying scan complete) */ 454 * \brief Handles a timer expiry event - starts a recovery process. 477 ("%s: Timer expired. Starting recovery process.\n", __FUNCTION__) ); 484 /* mark that the timer is no longer running */ 493 ("%s: Timer expired. consecutive failures:%d, threshold:%d, still not calling recovery.\n", 542 * \brief Handles a FW reset event (one that was detected outside the scan SRV) by stopping the timer [all...] |
| ScanSrv.c | 76 /* create the timer */ 77 pScanSRV->timer = os_timerCreate( hOS, MacServices_scanSRV_scanTimerExpired, pScanSRV ); 78 if ( NULL == pScanSRV->timer ) 80 WLAN_OS_REPORT( ("ERROR: Failed to create timer for scan SRV module") ); 95 * \brief Finalizes the scan SRV module (releasing memory and timer) 104 /* free timer */ 105 os_timerStop( pScanSRV->hOS, pScanSRV->timer ); 106 os_timerDestroy( pScanSRV->hOS, pScanSRV->timer ); 165 os_timerStop( pScanSRV->hOS, pScanSRV->timer ); 267 /* send a scan complete event. This will do all necessary clean-up (timer, power manager, notifying scan complete) * [all...] |
| /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/ |
| mainKeysSm.h | 96 TI_HANDLE timer; member in struct:_mainKeys_t
|
| /device/samsung/crespo/alsa-lib/include/ |
| timer.h | 2 * \file include/timer.h 36 * \defgroup Timer Timer Interface 37 * Timer Interface. See \ref timer page for more details. 46 /** timer identification structure */ 48 /** timer global info structure */ 50 /** timer global params structure */ 52 /** timer global status structure */ 54 /** timer info structure * [all...] |
| /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/ |
| authSm.c | 96 * Allocates memory for authentication timer. \n 133 /* allocate OS timer memory */ 134 pHandle->timer = os_timerCreate(hOs, auth_smTimeout, pHandle); 135 if (pHandle->timer == NULL) 179 os_timerDestroy(pHandle->hOs, pHandle->timer);
|
| /external/oprofile/opcontrol/ |
| opcontrol.cpp | 56 int timer; variable 75 {"timer", 0, &timer, 1}, 301 " --timer timer-based profiling\n" 641 if (timer) { 664 if (num_events != 0 || timer != 0) { 746 if (timer == 0) { 747 /* If not in timer mode, disable unused counters */ 752 /* Timer mode uses empty event list * [all...] |
| /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
| ScreenViewer.java | 12 import javax.swing.Timer; 72 private Timer timer; field in class:ScreenViewer 84 timer = new Timer(5000, this); 85 timer.setInitialDelay(0); 86 timer.setRepeats(true); 100 timer.start(); 153 timer.setDelay(rate); 154 timer.setInitialDelay(0) [all...] |
| /device/samsung/crespo/alsa-lib/src/pcm/ |
| pcm_dsnoop.c | 270 err = snd_timer_start(dsnoop->timer); 283 snd_timer_stop(dsnoop->timer); 366 if (dsnoop->timer) 367 snd_timer_close(dsnoop->timer); 405 /* clear timer queue to avoid a bogus return from poll */ 682 if (dsnoop->timer) 683 snd_timer_close(dsnoop->timer);
|
| /external/grub/netboot/ |
| tlan.c | 91 * TLan Driver Timer Definitions [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| SIPTransactionStack.java | 61 import java.util.Timer; 102 * Number of milliseconds between timer ticks (500). 126 // Global timer. Use this for all timer tasks. 128 private Timer timer; field in class:SIPTransactionStack 364 // / Timer to regularly ping the thread auditor (on behalf of the timer 367 // / Timer thread handle 376 // Check if we still have a timer (it may be null after shutdown [all...] |
| /libcore/dalvik/src/main/java/dalvik/system/ |
| SamplingProfiler.java | 35 import java.util.Timer; 100 * Timer that is used for the lifetime of the profiler 103 private final Timer timer = new Timer("SamplingProfiler", true); field in class:SamplingProfiler 251 timer.scheduleAtFixedRate(sampler, 0, 1000/samplesPerSecond); 274 timer.cancel();
|
| /development/samples/JetBoy/src/com/example/android/jetboy/ |
| JetBoy.java | 49 // game window timer 73 // set up handles for instruction text and game timer text 75 mTimerView = (TextView)findViewById(R.id.timer);
|