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

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

Completed in 30 milliseconds