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

  /hardware/ti/wlan/wl1271/utils/
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!!
  /system/wlan/ti/wilink_6_1/utils/
timer.c 92 * \sa tmr_Destroy
114 * \fn tmr_Destroy
124 TI_STATUS tmr_Destroy (TI_HANDLE hTimerModule)
130 WLAN_OS_REPORT (("tmr_Destroy(): ERROR - NULL timer!\n"));
137 WLAN_OS_REPORT (("tmr_Destroy(): ERROR - Destroying Timer module but not all timers were destroyed!!\n"));
400 * \note This timer destruction function should be used before tmr_Destroy() is executed!!

Completed in 1016 milliseconds