HomeSort by relevance Sort by last modified time
    Searched defs:hTimer (Results 1 - 23 of 23) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
authSm.h 88 TI_HANDLE hTimer;
healthMonitor.c 77 TI_HANDLE hTimer; /* handle to the Timer module object */
176 pHealthMonitor->hTimer = pStadHandles->hTimer;
216 pHealthMonitor->hFailTimer = tmr_CreateTimer (pHealthMonitor->hTimer);
trafficAdmControl.h 84 TI_HANDLE hTimer;
117 TI_HANDLE hTimer,
AssocSM.h 124 TI_HANDLE hTimer;
PowerMgr.h 91 TI_HANDLE hTimer; /**< Handle to the Timer module object */
qosMngr.h 142 TI_HANDLE hTimer;
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.h 94 TI_HANDLE hTimer ; /**< Timer Module handle */
205 * \param hTimer - handle to the Timer module object.\n
212 TI_HANDLE hTimer);
PowerSrvSM.h 106 TI_HANDLE hTimer; /**< Handle to the Timer module. */
185 TI_HANDLE hTimer);
ScanSrv.h 88 TI_HANDLE hTimer; /**< Timer module object handle */
241 TI_HANDLE hTimer,
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 105 TI_HANDLE hTimer; /* Timer Handle */
164 if (pRxQueue->hTimer) {
165 tmr_DestroyTimer (pRxQueue->hTimer);
166 pRxQueue->hTimer = NULL;
197 pRxQueue->hTimer = tmr_CreateTimer (hTimerModule);
286 tmr_StopTimer (pRxQueue->hTimer);
486 tmr_StopTimer (pRxQueue->hTimer);
536 tmr_StartTimer (pRxQueue->hTimer, RxQueue_PacketTimeOut, pRxQueue, BA_SESSION_TIME_TO_SLEEP, TI_FALSE);
585 tmr_StartTimer (pRxQueue->hTimer, RxQueue_PacketTimeOut, pRxQueue, BA_SESSION_TIME_TO_SLEEP, TI_FALSE);
617 tmr_StopTimer (pRxQueue->hTimer);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h 81 TI_HANDLE hTimer;
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.h 152 TI_HANDLE hTimer;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h 118 TI_HANDLE hTimer;
mainKeysSm.h 101 TI_HANDLE hTimer;
140 TI_HANDLE hTimer);
admCtrl.h 200 TI_HANDLE hTimer;
258 TI_HANDLE hTimer,
rsn.h 169 TI_HANDLE hTimer;
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 46 TI_HANDLE hTimer;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 85 TI_HANDLE hTimer;
rx.h 93 TI_HANDLE hTimer;
txCtrl.h 102 TI_HANDLE hTimer;
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 143 TI_HANDLE hTimer;
286 TI_HANDLE hTimer,
297 pTwIf->hTimer = hTimer;
337 pTwIf->hPendRestartTimer = tmr_CreateTimer (hTimer);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 305 TI_HANDLE hTimer; /* handle to the timer module */
    [all...]
  /external/qemu/
qemu-timer.c 1208 HANDLE hTimer;
1215 success = CreateTimerQueueTimer(&hTimer,
1229 t->timer = hTimer;
    [all...]

Completed in 1082 milliseconds