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

  /hardware/ti/wlan/wl1271/utils/
timer.h 65 TI_BOOL bPeriodic);
timer.c 74 TI_BOOL bPeriodic; /* If TRUE, restarted after each expiry */
428 * \param bPeriodic - If TRUE, the timer is restarted after expiry.
436 TI_BOOL bPeriodic)
451 pTimerInfo->bPeriodic = bPeriodic;
488 pTimerInfo->bPeriodic = TI_FALSE;
605 if (pTimerInfo->bPeriodic)
611 pTimerInfo->bPeriodic);
660 WLAN_OS_REPORT(("tmr_PrintTimer(): uIntervalMs=%d, bPeriodic=%d, bOperStateWhenStarted=%d, uTwdInitCountWhenStarted=%d, hOsTimerObj=0x%x, fExpiryCbFunc=0x%x\n",
661 pTimerInfo->uIntervalMsec, pTimerInfo->bPeriodic, pTimerInfo->bOperStateWhenStarted,
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
timer.h 65 TI_BOOL bPeriodic);
timer.c 75 TI_BOOL bPeriodic; /* If TRUE, restarted after each expiry */
448 * \param bPeriodic - If TRUE, the timer is restarted after expiry.
456 TI_BOOL bPeriodic)
471 pTimerInfo->bPeriodic = bPeriodic;
508 pTimerInfo->bPeriodic = TI_FALSE;
625 if (pTimerInfo->bPeriodic)
631 pTimerInfo->bPeriodic);
680 WLAN_OS_REPORT(("tmr_PrintTimer(): uIntervalMs=%d, bPeriodic=%d, bOperStateWhenStarted=%d, uTwdInitCountWhenStarted=%d, hOsTimerObj=0x%x, fExpiryCbFunc=0x%x\n",
681 pTimerInfo->uIntervalMsec, pTimerInfo->bPeriodic, pTimerInfo->bOperStateWhenStarted,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c 379 BOOL bPeriodic
387 esta_timer_log("\n\n%s:%d ::os_timerStart(%p,%p,%u,%d)\n\n",__FUNCTION__, __LINE__,OsContext,TimerHandle,DelayMs,bPeriodic);
390 tmr->req.u.req.p3 = bPeriodic;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osApi.h 252 BOOL bPeriodic

Completed in 106 milliseconds