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

  /hardware/ti/wlan/wl1271/utils/
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.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

Completed in 21 milliseconds