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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 185 TI_UINT32 CurentTime;
198 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
206 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime;
319 TI_UINT32 CurentTime ;
324 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
341 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertRegParm->TimeIntervalMs;
521 TI_UINT32 CurentTime ;
527 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
554 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs;
576 TrafficResetAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c 182 UINT32 CurentTime;
195 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
203 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime;
307 UINT32 CurentTime ;
312 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
329 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertRegParm->TimeIntervalMs;
509 UINT32 CurentTime ;
515 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
542 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs;
564 TrafficResetAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 185 TI_UINT32 CurentTime;
198 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
206 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime;
319 TI_UINT32 CurentTime ;
324 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
341 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertRegParm->TimeIntervalMs;
521 TI_UINT32 CurentTime ;
527 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
554 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs;
576 TrafficResetAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs
    [all...]

Completed in 38 milliseconds