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

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DTrafficMonitor.c733 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i]; local
734 if(rstElmt != NULL)
735 if(rstElmt->CurrentState == ALERT_WAIT_FOR_RESET)
737 rstElmt->CurrentState = ALERT_OFF;
738 rstElmt->EventCounter = 0;
739 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs;
803 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i]; local
804 if(rstElmt != NULL)
805 if(rstElmt
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DTrafficMonitor.c742 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i]; local
743 if(rstElmt != NULL)
744 if(rstElmt->CurrentState == ALERT_WAIT_FOR_RESET)
746 rstElmt->CurrentState = ALERT_OFF;
747 rstElmt->EventCounter = 0;
748 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs;
812 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i]; local
813 if(rstElmt != NULL)
814 if(rstElmt
[all...]

Completed in 6 milliseconds