/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/ |
trafficAdmControl.c | 97 /* Timer functions */ 165 /* allocate OS timer AC BE */ 166 pTrafficAdmCtrl->timer[QOS_AC_BE] = os_timerCreate(hOs, trafficAdmCtrl_timeoutAcBE, pTrafficAdmCtrl); 167 if (pTrafficAdmCtrl->timer[QOS_AC_BE] == NULL) 173 /* allocate OS timer AC BK */ 174 pTrafficAdmCtrl->timer[QOS_AC_BK] = os_timerCreate(hOs, trafficAdmCtrl_timeoutAcBK, pTrafficAdmCtrl); 175 if (pTrafficAdmCtrl->timer[QOS_AC_BK] == NULL) 178 os_timerDestroy(pTrafficAdmCtrl->hOs, pTrafficAdmCtrl->timer[QOS_AC_BE]); 182 /* allocate OS timer AC VI */ 183 pTrafficAdmCtrl->timer[QOS_AC_VI] = os_timerCreate(hOs, trafficAdmCtrl_timeoutAcVI, pTrafficAdmCtrl) [all...] |
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
osApi.h | 351 * OS TIMER API * 353 /** \brief Timer Callback Function 359 * This callback is passed by user to OS timer when created, and is called directly from OS timer context when expired. 360 * E.g. the user user the timer in order to operate this function after a defined time expires 365 /** \brief OS Timer Create 368 * \param pRoutine - Pointer to user's Timer Callback function 369 * \param hFuncHandle - Handle to user's Timer Callback function parameters 370 * \return Handle to timer object on success ; NULL on failure 373 * This function creates and initializes an OS timer object associated with a user's Timer Callback function \ [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/ |
osApi.h | 351 * OS TIMER API * 353 /** \brief Timer Callback Function 359 * This callback is passed by user to OS timer when created, and is called directly from OS timer context when expired. 360 * E.g. the user user the timer in order to operate this function after a defined time expires 365 /** \brief OS Timer Create 368 * \param pRoutine - Pointer to user's Timer Callback function 369 * \param hFuncHandle - Handle to user's Timer Callback function parameters 370 * \return Handle to timer object on success ; NULL on failure 373 * This function creates and initializes an OS timer object associated with a user's Timer Callback function \ [all...] |
/cts/tests/assets/webkit/ |
test_timer.html | 34 Timer test <span id="COUNTER">0</span>.
|
/development/samples/JetBoy/res/values/ |
strings.xml | 10 <string name="timer">1:12</string>
|
/external/grub/netboot/ |
timer.c | 1 /* A couple of routines to implement a low-overhead timer for drivers */ 11 #include "timer.h" 15 /* Set up the timer gate, turn off the speaker */ 32 /* LATCH is used in the interval timer and ftape setup. */
|
/external/kernel-headers/original/linux/ |
miscdevice.h | 15 #define WATCHDOG_MINOR 130 /* Watchdog timer */
|
/external/qemu/hw/ |
arm-misc.h | 39 /* Multiplication factor to convert from system clock ticks to qemu timer
|
/external/webkit/WebCore/platform/mock/ |
GeolocationServiceMock.cpp | 98 void GeolocationServiceMock::timerFired(Timer<GeolocationServiceMock>* timer) 100 ASSERT_UNUSED(timer, timer == &m_timer);
|
/external/webkit/WebCore/wml/ |
WMLTagNames.in | 34 timer createWithNew
|
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginStream.h | 32 #import <WebCore/Timer.h> 125 void deliverDataTimerFired(WebCore::Timer<WebNetscapePluginStream>* timer); 126 WebCore::Timer<WebNetscapePluginStream> m_deliverDataTimer;
|
/external/wpa_supplicant/wpa_gui-qt4/ |
scanresults.h | 44 QTimer *timer; member in class:ScanResults
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/ |
srp.h | 91 /* Timer definition */ 93 #define T401_PRIMARY WNSRP_WINDOW /* Primary SRP timer id, set it to the WNSRP window, id for the WNSRP timers will be the array index */ 375 int SrpN400Check(SRPRespTimer &timer); 463 void SrpT401Start(SRPRespTimer &timer, PVMFSharedMediaDataPtr pPkt); 464 void SrpT401Stop(SRPRespTimer &timer); 498 void FreeWnsrpTimer(SRPRespTimer *timer) 500 iFreeWnsrpCommandSave.push_back(timer); 502 void AddActiveWnsrpTimer(SRPRespTimer *timer) 504 iActiveWnsrpCommandSave.push_back(timer); 507 void RemoveActiveWnsrpTimer(SRPRespTimer *timer); [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_config_minimal.h | 56 /* Enable the stub timer support (src/timer/dummy/\*.c) */
|
/external/webkit/WebCore/html/ |
HTMLFrameElementBase.h | 68 void checkAttachedTimerFired(Timer<HTMLFrameElementBase>*); 85 Timer<HTMLFrameElementBase> m_checkAttachedTimer;
|
/external/webkit/WebCore/loader/ |
MediaDocument.h | 53 void replaceMediaElementTimerFired(Timer<MediaDocument>*); 55 Timer<MediaDocument> m_replaceMediaElementTimer;
|
/external/webkit/WebCore/storage/wince/ |
DatabaseThreadWince.h | 57 void timerFired(Timer<DatabaseThread>*); 60 Timer<DatabaseThread> m_timer;
|
/external/bluetooth/glib/tests/ |
slice-color.c | 63 GTimer *timer; local 76 timer = g_timer_new(); 81 g_timer_start (timer); 83 g_timer_stop (timer); 85 g_print ("Access-time = %fs\n", g_timer_elapsed (timer, NULL)); 94 g_timer_destroy (timer);
|
/hardware/ti/wlan/wl1271/Test/ |
HealthMonitorDbg.c | 54 #include "timer.h" 88 /* check if the no scan complete timer is running. if so - we can stop the timer and trigger recovery */ 117 tmr_StopTimer (pPowerSrvSM->hPwrSrvSmTimer); /* stop the PS guard timer */ 179 /* stop the no scan complete timer in the scan SRV */ 183 /* simulate the timer expiry */
|
/system/wlan/ti/wilink_6_1/Test/ |
HealthMonitorDbg.c | 54 #include "timer.h" 88 /* check if the no scan complete timer is running. if so - we can stop the timer and trigger recovery */ 117 tmr_StopTimer (pPowerSrvSM->hPwrSrvSmTimer); /* stop the PS guard timer */ 179 /* stop the no scan complete timer in the scan SRV */ 183 /* simulate the timer expiry */
|
/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...] |
/external/webkit/WebCore/page/ |
FrameView.h | 52 template <typename T> class Timer; 84 void layoutTimerFired(Timer<FrameView>*); 163 void postLayoutTimerFired(Timer<FrameView>*); 238 void deferredRepaintTimerFired(Timer<FrameView>*); 274 Timer<FrameView> m_layoutTimer; 282 Timer<FrameView> m_postLayoutTasksTimer; 307 Timer<FrameView> m_deferredRepaintTimer;
|
/external/webkit/WebCore/plugins/ |
PluginView.h | 40 #include "Timer.h" 284 void requestTimerFired(Timer<PluginView>*); 285 void invalidateTimerFired(Timer<PluginView>*); 286 Timer<PluginView> m_requestTimer; 287 Timer<PluginView> m_invalidateTimer; 289 void popPopupsStateTimerFired(Timer<PluginView>*); 290 Timer<PluginView> m_popPopupsStateTimer; 292 void lifeSupportTimerFired(Timer<PluginView>*); 293 Timer<PluginView> m_lifeSupportTimer;
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
MeasurementSrv.h | 94 TI_HANDLE hTimer ; /**< Timer Module handle */ 118 * called when the scan command has been Timer Expiry 128 /**< Indicates whether each request timer is running */ 129 TI_HANDLE hStartStopTimer; /**< Timer for start / stop commands guard */ 132 * timer is running 205 * \param hTimer - handle to the Timer module object.\n 250 * \brief Handles an AP discovery timer expiry, by setting necessary values in the 262 * \brief Handles a channel load timer expiry, by requesting channel load 274 * \brief Handles a nois histogram timer expiry, by requesting noise histogram
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
MeasurementSrv.h | 94 TI_HANDLE hTimer ; /**< Timer Module handle */ 118 * called when the scan command has been Timer Expiry 128 /**< Indicates whether each request timer is running */ 129 TI_HANDLE hStartStopTimer; /**< Timer for start / stop commands guard */ 132 * timer is running 205 * \param hTimer - handle to the Timer module object.\n 250 * \brief Handles an AP discovery timer expiry, by setting necessary values in the 262 * \brief Handles a channel load timer expiry, by requesting channel load 274 * \brief Handles a nois histogram timer expiry, by requesting noise histogram
|