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

  /hardware/ti/wlan/wl1271/utils/
timer.h 53 TI_STATUS tmr_Destroy (TI_HANDLE hTimerModule);
timer.c 91 * \sa tmr_Destroy
113 * \fn tmr_Destroy
123 TI_STATUS tmr_Destroy (TI_HANDLE hTimerModule)
129 WLAN_OS_REPORT (("tmr_Destroy(): ERROR - NULL timer!\n"));
136 WLAN_OS_REPORT (("tmr_Destroy(): ERROR - Destroying Timer module but not all timers were destroyed!!\n"));
380 * \note This timer destruction function should be used before tmr_Destroy() is executed!!
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c 744 tmr_Destroy (pDrvMain->tStadHandles.hTimer);
    [all...]

Completed in 47 milliseconds