Searched defs:CurrentTime (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DTrafficMonitor.c73 static TI_BOOL isThresholdDown(TrafficAlertElement_t *AlertElement,TI_UINT32 CurrentTime);
74 static TI_BOOL isThresholdUp(TrafficAlertElement_t *AlertElement , TI_UINT32 CurrentTime);
711 CurrentTime - the current time Time stamp
718 static TI_BOOL isThresholdUp(TrafficAlertElement_t *AlertElement , TI_UINT32 CurrentTime) argument
722 if (AlertElement->TimeOut < CurrentTime)
725 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs;
732 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs;
748 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs;
782 CurrentTime - the current time Time stamp
789 static TI_BOOL isThresholdDown(TrafficAlertElement_t *AlertElement , TI_UINT32 CurrentTime) argument
[all...]

Completed in 5 milliseconds