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

  /hardware/ti/wlan/wl1271/utils/
timer.c 75 TI_BOOL bOperStateWhenStarted; /* The bOperState value when the timer was started */
452 pTimerInfo->bOperStateWhenStarted = pTimerModule->bOperState;
523 if (pTimerInfo->bOperStateWhenStarted)
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,
  /system/wlan/ti/wilink_6_1/utils/
timer.c 76 TI_BOOL bOperStateWhenStarted; /* The bOperState value when the timer was started */
472 pTimerInfo->bOperStateWhenStarted = pTimerModule->bOperState;
543 if (pTimerInfo->bOperStateWhenStarted)
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,

Completed in 13 milliseconds