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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 138 TI_UINT32 TimeOut;
TrafficMonitor.c 206 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime;
341 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertRegParm->TimeIntervalMs;
554 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs;
576 TrafficResetAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs;
704 The alert mode is changed to ON & the next timeout is set to the next interval.
707 And his timeout is set
722 if (AlertElement->TimeOut < CurrentTime)
725 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs;
732 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs;
748 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs
    [all...]

Completed in 30 milliseconds