HomeSort by relevance Sort by last modified time
    Searched refs:tmr_CreateTimer (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/ti/wlan/wl1271/utils/
timer.h 59 TI_HANDLE tmr_CreateTimer (TI_HANDLE hTimerModule);
timer.c 88 * \note This is NOT a specific timer creation! (see tmr_CreateTimer)
325 * \fn tmr_CreateTimer
335 TI_HANDLE tmr_CreateTimer (TI_HANDLE hTimerModule)
342 WLAN_OS_REPORT (("tmr_CreateTimer(): ERROR - NULL timer!\n"));
350 WLAN_OS_REPORT (("tmr_CreateTimer(): Timer allocation failed!!\n"));
359 TRACE0(pTimerModule->hReport, REPORT_SEVERITY_CONSOLE ,"tmr_CreateTimer(): OS-API Timer allocation failed!!\n");
361 WLAN_OS_REPORT (("tmr_CreateTimer(): OS-API Timer allocation failed!!\n"));
383 * \sa tmr_CreateTimer
  /system/wlan/ti/wilink_6_1/utils/
timer.h 59 TI_HANDLE tmr_CreateTimer (TI_HANDLE hTimerModule);
timer.c 89 * \note This is NOT a specific timer creation! (see tmr_CreateTimer)
345 * \fn tmr_CreateTimer
355 TI_HANDLE tmr_CreateTimer (TI_HANDLE hTimerModule)
362 WLAN_OS_REPORT (("tmr_CreateTimer(): ERROR - NULL timer!\n"));
370 WLAN_OS_REPORT (("tmr_CreateTimer(): Timer allocation failed!!\n"));
379 TRACE0(pTimerModule->hReport, REPORT_SEVERITY_CONSOLE ,"tmr_CreateTimer(): OS-API Timer allocation failed!!\n");
381 WLAN_OS_REPORT (("tmr_CreateTimer(): OS-API Timer allocation failed!!\n"));
403 * \sa tmr_CreateTimer
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
CmdMBox.c 164 pCmdMbox->hCmdMboxTimer = tmr_CreateTimer (hTimer);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
authSm.c 221 pHandle->hAuthSmTimer = tmr_CreateTimer (pHandle->hTimer);
healthMonitor.c 216 pHealthMonitor->hFailTimer = tmr_CreateTimer (pHealthMonitor->hTimer);
PowerMgr.c 336 pPowerMgr->hRetryPsTimer = tmr_CreateTimer(pPowerMgr->hTimer);
338 pPowerMgr->hPsPollFailureTimer = tmr_CreateTimer(pPowerMgr->hTimer);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
CmdMBox.c 165 pCmdMbox->hCmdMboxTimer = tmr_CreateTimer (hTimer);
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
authSm.c 221 pHandle->hAuthSmTimer = tmr_CreateTimer (pHandle->hTimer);
healthMonitor.c 216 pHealthMonitor->hFailTimer = tmr_CreateTimer (pHealthMonitor->hTimer);
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.c 123 pMeasurementSRV->hStartStopTimer = tmr_CreateTimer (pMeasurementSRV->hTimer);
133 pMeasurementSRV->hRequestTimer[i] = tmr_CreateTimer (pMeasurementSRV->hTimer);
    [all...]
PowerSrvSM.c 297 pPowerSrvSM->hPwrSrvSmTimer = tmr_CreateTimer (pPowerSrvSM->hTimer);
    [all...]
ScanSrv.c 139 pScanSRV->hScanSrvTimer = tmr_CreateTimer (pScanSRV->hTimer);
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrv.c 123 pMeasurementSRV->hStartStopTimer = tmr_CreateTimer (pMeasurementSRV->hTimer);
133 pMeasurementSRV->hRequestTimer[i] = tmr_CreateTimer (pMeasurementSRV->hTimer);
    [all...]
PowerSrvSM.c 297 pPowerSrvSM->hPwrSrvSmTimer = tmr_CreateTimer (pPowerSrvSM->hTimer);
    [all...]
ScanSrv.c 139 pScanSRV->hScanSrvTimer = tmr_CreateTimer (pScanSRV->hTimer);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrl.c 298 pAdmCtrl->hPreAuthTimerWpa2 = tmr_CreateTimer (pAdmCtrl->hTimer);
conn.c 191 pConn->hConnTimer = tmr_CreateTimer (pConn->hTimer);
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.c 166 pTxDataQ->hTxSendPaceTimer = tmr_CreateTimer (pStadHandles->hTimer);
TrafficMonitor.c 140 TrafficMonitor->hTrafficMonTimer = tmr_CreateTimer (pStadHandles->hTimer);
173 TestEventTimer = tmr_CreateTimer (pStadHandles->hTimer);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrl.c 298 pAdmCtrl->hPreAuthTimerWpa2 = tmr_CreateTimer (pAdmCtrl->hTimer);
conn.c 191 pConn->hConnTimer = tmr_CreateTimer (pConn->hTimer);
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 217 pMeasurementMgr->hActivationDelayTimer = tmr_CreateTimer (pMeasurementMgr->hTimer);
230 pMeasurementMgr->hTsMetricsReportTimer[currAC] = tmr_CreateTimer (pMeasurementMgr->hTimer);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgr.c 216 pMeasurementMgr->hActivationDelayTimer = tmr_CreateTimer (pMeasurementMgr->hTimer);
229 pMeasurementMgr->hTsMetricsReportTimer[currAC] = tmr_CreateTimer (pMeasurementMgr->hTimer);
    [all...]

Completed in 389 milliseconds

1 2