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

  /hardware/ti/wlan/wl1271/utils/
timer.h 67 void tmr_GetExpiry (TI_HANDLE hTimerInfo);
timer.c 356 pTimerInfo->hOsTimerObj = os_timerCreate(pTimerModule->hOs, tmr_GetExpiry, (TI_HANDLE)pTimerInfo);
430 * \sa tmr_StopTimer, tmr_GetExpiry
493 * \fn tmr_GetExpiry
505 void tmr_GetExpiry (TI_HANDLE hTimerInfo)
512 WLAN_OS_REPORT (("tmr_GetExpiry(): ERROR - NULL timer!\n"));
551 * from the driver task (after requested by tmr_GetExpiry through context_RequestSchedule ()).
558 * \sa tmr_GetExpiry
  /system/wlan/ti/wilink_6_1/utils/
timer.h 67 void tmr_GetExpiry (TI_HANDLE hTimerInfo);
timer.c 376 pTimerInfo->hOsTimerObj = os_timerCreate(pTimerModule->hOs, tmr_GetExpiry, (TI_HANDLE)pTimerInfo);
450 * \sa tmr_StopTimer, tmr_GetExpiry
513 * \fn tmr_GetExpiry
525 void tmr_GetExpiry (TI_HANDLE hTimerInfo)
532 WLAN_OS_REPORT (("tmr_GetExpiry(): ERROR - NULL timer!\n"));
571 * from the driver task (after requested by tmr_GetExpiry through context_RequestSchedule ()).
578 * \sa tmr_GetExpiry

Completed in 1417 milliseconds