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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 73 static TI_BOOL isThresholdDown(TrafficAlertElement_t *AlertElement,TI_UINT32 CurrentTime);
74 static TI_BOOL isThresholdUp(TrafficAlertElement_t *AlertElement , TI_UINT32 CurrentTime);
184 TrafficAlertElement_t *AlertElement;
197 AlertElement = (TrafficAlertElement_t*)List_GetFirst(TrafficMonitor->NotificationRegList);
201 while(AlertElement)
203 if(AlertElement->CurrentState != ALERT_WAIT_FOR_RESET)
205 AlertElement->EventCounter = 0;
206 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime;
208 AlertElement = (TrafficAlertElement_t*)List_GetNext(TrafficMonitor->NotificationRegList)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c 71 static BOOL isThresholdDown(TrafficAlertElement_t *AlertElement,UINT32 CurrentTime);
72 static BOOL isThresholdUp(TrafficAlertElement_t *AlertElement , UINT32 CurrentTime);
181 TrafficAlertElement_t *AlertElement;
194 AlertElement = (TrafficAlertElement_t*)List_GetFirst(TrafficMonitor->NotificationRegList);
198 while(AlertElement)
200 if(AlertElement->CurrentState != ALERT_WAIT_FOR_RESET)
202 AlertElement->EventCounter = 0;
203 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime;
205 AlertElement = (TrafficAlertElement_t*)List_GetNext(TrafficMonitor->NotificationRegList)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 73 static TI_BOOL isThresholdDown(TrafficAlertElement_t *AlertElement,TI_UINT32 CurrentTime);
74 static TI_BOOL isThresholdUp(TrafficAlertElement_t *AlertElement , TI_UINT32 CurrentTime);
184 TrafficAlertElement_t *AlertElement;
197 AlertElement = (TrafficAlertElement_t*)List_GetFirst(TrafficMonitor->NotificationRegList);
201 while(AlertElement)
203 if(AlertElement->CurrentState != ALERT_WAIT_FOR_RESET)
205 AlertElement->EventCounter = 0;
206 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime;
208 AlertElement = (TrafficAlertElement_t*)List_GetNext(TrafficMonitor->NotificationRegList)
    [all...]

Completed in 422 milliseconds