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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainKeysSm.c 245 if (pMainKeys->hSessionTimer == NULL)
247 pMainKeys->hSessionTimer = tmr_CreateTimer (pMainKeys->hTimer);
248 if (pMainKeys->hSessionTimer == NULL)
250 TRACE0(pMainKeys->hReport, REPORT_SEVERITY_ERROR, "mainKeys_config(): Failed to create hSessionTimer!\n");
328 if (pMainKeys->hSessionTimer)
330 tmr_DestroyTimer (pMainKeys->hSessionTimer);
332 pMainKeys->hSessionTimer = NULL;
666 tmr_StartTimer (pMainKeys->hSessionTimer,
710 tmr_StopTimer (pMainKeys->hSessionTimer);
748 tmr_StopTimer (pMainKeys->hSessionTimer);
    [all...]
mainKeysSm.h 103 TI_HANDLE hSessionTimer;
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
mainKeysSm.c 245 if (pMainKeys->hSessionTimer == NULL)
247 pMainKeys->hSessionTimer = tmr_CreateTimer (pMainKeys->hTimer);
248 if (pMainKeys->hSessionTimer == NULL)
250 TRACE0(pMainKeys->hReport, REPORT_SEVERITY_ERROR, "mainKeys_config(): Failed to create hSessionTimer!\n");
328 if (pMainKeys->hSessionTimer)
330 tmr_DestroyTimer (pMainKeys->hSessionTimer);
332 pMainKeys->hSessionTimer = NULL;
666 tmr_StartTimer (pMainKeys->hSessionTimer,
710 tmr_StopTimer (pMainKeys->hSessionTimer);
748 tmr_StopTimer (pMainKeys->hSessionTimer);
    [all...]
mainKeysSm.h 103 TI_HANDLE hSessionTimer;

Completed in 38 milliseconds