HomeSort by relevance Sort by last modified time
    Searched refs:hScanSrvTimer (Results 1 - 8 of 8) sorted by null

  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 149 TI_HANDLE hScanSrvTimer; /**< scan operation timer */
ScanSrvSM.c 267 tmr_StopTimer (pScanSRV->hScanSrvTimer);
333 tmr_StartTimer (pScanSRV->hScanSrvTimer,
526 tmr_StopTimer (pScanSRV->hScanSrvTimer);
555 tmr_StopTimer (pScanSRV->hScanSrvTimer);
ScanSrv.c 99 if (pScanSRV->hScanSrvTimer)
101 tmr_DestroyTimer (pScanSRV->hScanSrvTimer);
139 pScanSRV->hScanSrvTimer = tmr_CreateTimer (pScanSRV->hTimer);
140 if (pScanSRV->hScanSrvTimer == NULL)
142 TRACE0(pScanSRV->hReport, REPORT_SEVERITY_ERROR, "MacServices_scanSRV_init(): Failed to create hScanSrvTimer!\n");
182 tmr_StopTimer (pScanSRV->hScanSrvTimer);
  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 180 tmr_StopTimer (pScanSRV->hScanSrvTimer);
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.h 149 TI_HANDLE hScanSrvTimer; /**< scan operation timer */
ScanSrvSM.c 267 tmr_StopTimer (pScanSRV->hScanSrvTimer);
333 tmr_StartTimer (pScanSRV->hScanSrvTimer,
526 tmr_StopTimer (pScanSRV->hScanSrvTimer);
555 tmr_StopTimer (pScanSRV->hScanSrvTimer);
ScanSrv.c 99 if (pScanSRV->hScanSrvTimer)
101 tmr_DestroyTimer (pScanSRV->hScanSrvTimer);
139 pScanSRV->hScanSrvTimer = tmr_CreateTimer (pScanSRV->hTimer);
140 if (pScanSRV->hScanSrvTimer == NULL)
142 TRACE0(pScanSRV->hReport, REPORT_SEVERITY_ERROR, "MacServices_scanSRV_init(): Failed to create hScanSrvTimer!\n");
182 tmr_StopTimer (pScanSRV->hScanSrvTimer);
  /system/wlan/ti/wilink_6_1/Test/
HealthMonitorDbg.c 180 tmr_StopTimer (pScanSRV->hScanSrvTimer);

Completed in 6373 milliseconds