HomeSort by relevance Sort by last modified time
    Searched refs:TimeOut (Results 1 - 6 of 6) 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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.h 136 UINT32 TimeOut;
TrafficMonitor.c 203 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime;
329 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertRegParm->TimeIntervalMs;
542 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs;
564 TrafficResetAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs;
695 The alert mode is changed to ON & the next timeout is set to the next interval.
698 And his timeout is set
713 if (AlertElement->TimeOut < CurrentTime)
716 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs;
723 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs;
739 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs
    [all...]
  /system/wlan/ti/wilink_6_1/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 17 milliseconds