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

  /hardware/ti/wlan/wl1271/utils/
timer.c 69 TI_HANDLE hOsTimerObj; /* The OS-API timer object handle */
356 pTimerInfo->hOsTimerObj = os_timerCreate(pTimerModule->hOs, tmr_GetExpiry, (TI_HANDLE)pTimerInfo);
357 if (!pTimerInfo->hOsTimerObj)
402 if (pTimerInfo->hOsTimerObj) {
403 os_timerDestroy (pTimerModule->hOs, pTimerInfo->hOsTimerObj);
456 os_timerStart(pTimerModule->hOs, pTimerInfo->hOsTimerObj, uIntervalMsec);
485 os_timerStop(pTimerModule->hOs, pTimerInfo->hOsTimerObj);
660 WLAN_OS_REPORT(("tmr_PrintTimer(): uIntervalMs=%d, bPeriodic=%d, bOperStateWhenStarted=%d, uTwdInitCountWhenStarted=%d, hOsTimerObj=0x%x, fExpiryCbFunc=0x%x\n",
662 pTimerInfo->uTwdInitCountWhenStarted, pTimerInfo->hOsTimerObj, pTimerInfo->fExpiryCbFunc));
  /system/wlan/ti/wilink_6_1/utils/
timer.c 70 TI_HANDLE hOsTimerObj; /* The OS-API timer object handle */
376 pTimerInfo->hOsTimerObj = os_timerCreate(pTimerModule->hOs, tmr_GetExpiry, (TI_HANDLE)pTimerInfo);
377 if (!pTimerInfo->hOsTimerObj)
422 if (pTimerInfo->hOsTimerObj) {
423 os_timerDestroy (pTimerModule->hOs, pTimerInfo->hOsTimerObj);
476 os_timerStart(pTimerModule->hOs, pTimerInfo->hOsTimerObj, uIntervalMsec);
505 os_timerStop(pTimerModule->hOs, pTimerInfo->hOsTimerObj);
680 WLAN_OS_REPORT(("tmr_PrintTimer(): uIntervalMs=%d, bPeriodic=%d, bOperStateWhenStarted=%d, uTwdInitCountWhenStarted=%d, hOsTimerObj=0x%x, fExpiryCbFunc=0x%x\n",
682 pTimerInfo->uTwdInitCountWhenStarted, pTimerInfo->hOsTimerObj, pTimerInfo->fExpiryCbFunc));

Completed in 16 milliseconds