/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/ |
SDL_systimer.c | 179 D(bug("Timer inizializzato, TPS: %lu - %lu\n",result[0],result[1])); 199 D(bug("Errore nell'inizializzazione del timer!\n")); 223 WaitTOF(); // Check the timer every fifth of seconds. Was SDL_Delay(1)->BusyWait! 234 D(bug("Creating thread for the timer (NOITIMER)...\n")); 258 SDL_SetError("Internal logic error: AmigaOS uses threaded timer");
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallbackModeService.java | 90 // Register ECM timer reset notfication 101 // Unregister ECM timer reset notification 104 // Cancel the notification and timer 133 * Start timer notification for Emergency Callback Mode 143 // Start countdown timer for the notification updates
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
mainKeysSm.c | 110 pHandle->timer = os_timerCreate(hOs, mainKeys_sessionTimeout, pHandle); 111 if (pHandle->timer == NULL) 121 os_timerDestroy(hOs, pHandle->timer); 131 os_timerDestroy(hOs, pHandle->timer); 142 os_timerDestroy(hOs, pHandle->timer); 332 os_timerStop(pMainKeys->hOs, pMainKeys->timer); 333 os_timerDestroy(pMainKeys->hOs, pMainKeys->timer); 670 * Starts unicast & broadcast key SMs and session timer. 697 os_timerStart(pMainKeys->hOs, pMainKeys->timer, pMainKeys->keysTimeout, FALSE); 711 * Stops unicast & broadcast key SMs and session timer [all...] |
/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);
|
/external/bluetooth/glib/tests/ |
timeloop-closure.c | 82 GTimer *timer = g_timer_new(); local 93 val = g_timer_elapsed (timer, NULL) * 1000; 96 g_timer_destroy (timer);
|
timeloop.c | 81 GTimer *timer = g_timer_new(); local 92 val = g_timer_elapsed (timer, NULL) * 1000; 95 g_timer_destroy (timer);
|
/external/qemu/android/ |
hw-sensors.c | 20 #include "qemu-timer.h" 123 * - each timer tick, this code sends sensor reports in the following 155 QEMUTimer* timer; member in struct:HwSensorClient 185 /* remove timer, if any */ 186 if (cl->timer) { 187 qemu_del_timer(cl->timer); 188 qemu_free_timer(cl->timer); 189 cl->timer = NULL; 208 cl->timer = qemu_new_timer(vm_clock, _hwSensorClient_tick, cl); 258 * to the HAL module, and re-arm the timer if necessar [all...] |
/external/qemu/distrib/sdl-1.2.12/src/timer/wince/ |
SDL_systimer.c | 162 /* Set timer resolution */ 165 SDL_SetError("Warning: Can't set %d ms timer resolution", 189 SDL_SetError("Internal logic error: WinCE uses threaded timer");
|
/external/qemu/hw/ |
armv7m_nvic.c | 14 #include "qemu-timer.h" 41 QEMUTimer *timer; member in struct:__anon4560::__anon4561 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/stlport/test/unit/cppunit/ |
test_main.cpp | 57 name, Timer::supported() ? " [-m]": ""); 61 if (Timer::supported()) 96 else if (Timer::supported() && !strncmp(argv[i], "-m", 2)) {
|
/external/webkit/WebCore/accessibility/ |
AXObjectCache.h | 31 #include "Timer.h" 135 Timer<AXObjectCache> m_notificationPostTimer; 137 void notificationPostTimerFired(Timer<AXObjectCache>*);
|
/external/webkit/WebCore/loader/ |
CachedImage.h | 30 #include "Timer.h" 98 void decodedDataDeletionTimerFired(Timer<CachedImage>*); 101 Timer<CachedImage> m_decodedDataDeletionTimer;
|
/external/webkit/WebCore/page/ |
EventSource.h | 43 #include "Timer.h" 105 void reconnectTimerFired(Timer<EventSource>*); 115 Timer<EventSource> m_reconnectTimer;
|
/external/webkit/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.h | 32 #include "Timer.h" 157 void seekTimerFired(Timer<MediaPlayerPrivate>*); 173 Timer<MediaPlayerPrivate> m_seekTimer;
|
/external/webkit/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeWin.h | 32 #include "Timer.h" 126 void seekTimerFired(Timer<MediaPlayerPrivate>*); 164 Timer<MediaPlayerPrivate> m_seekTimer;
|
/external/webkit/WebCore/platform/network/ |
NetworkStateNotifier.h | 38 #include "Timer.h" 86 void networkStateChangeTimerFired(Timer<NetworkStateNotifier>*); 91 Timer<NetworkStateNotifier> m_networkStateChangeTimer;
|
/external/webkit/WebCore/plugins/ |
PluginPackage.h | 34 #include "Timer.h" 119 void freeLibraryTimerFired(Timer<PluginPackage>*); 120 Timer<PluginPackage> m_freeLibraryTimer;
|
PluginStream.h | 39 #include "Timer.h" 105 Timer<PluginStream> m_delayDeliveryTimer; 106 void delayDeliveryTimerFired(Timer<PluginStream>*);
|
/external/webkit/WebCore/rendering/ |
RenderMarquee.h | 49 #include "Timer.h" 80 void timerFired(Timer<RenderMarquee>*); 85 Timer<RenderMarquee> m_timer;
|
RenderTextControlSingleLine.h | 27 #include "Timer.h" 97 void searchEventTimerFired(Timer<RenderTextControlSingleLine>*); 132 Timer<RenderTextControlSingleLine> m_searchEventTimer;
|
/external/webkit/WebCore/wml/ |
WMLTimerElement.cpp | 82 void WMLTimerElement::timerFired(Timer<WMLTimerElement>*) 93 // When the timer expires, set the name varialbe of timer to '0'
|
/frameworks/base/include/utils/ |
Timers.h | 18 // Timer functions. 111 // Start the timer. 113 // Stop the timer.
|
/frameworks/base/libs/utils/ |
Timers.cpp | 18 // Timer functions. 64 // Start the timer. 70 // Stop the timer.
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
ScanSrvSM.c | 44 #include "timer.h" 264 /* stop timer */ 331 /* start the timer */ 359 /* send a scan complete event. This will do all necessary clean-up (timer, power manager, notifying scan complete) */ 424 * \brief Handles a timer expiry event - starts a recovery process. 446 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_ERROR, ": Timer expired. Starting recovery process.\n"); 453 /* mark that the timer is no longer running */ 461 TRACE2( pScanSRV->hReport, REPORT_SEVERITY_ERROR, ": Timer expired. consecutive failures:%d, threshold:%d, still not calling recovery.\n", pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents, pScanSRV->numberOfNoScanCompleteToRecovery); 508 * \brief Handles a FW reset event (one that was detected outside the scan SRV) by stopping the timer. 523 /* if timer is running - stop it * [all...] |
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
TrafficMonitor.h | 49 /* time interval to load for the down limit alert Timer * 96 /*to use in our "traffic down" timer */ 97 TI_BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
|