Home
last modified time | relevance | path

Searched refs:CurentTime (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTrafficMonitor.c185 TI_UINT32 CurentTime; in TrafficMonitor_Start() local
198 CurentTime = os_timeStampMs(TrafficMonitor->hOs); in TrafficMonitor_Start()
206 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime; in TrafficMonitor_Start()
319 TI_UINT32 CurentTime ; in TrafficMonitor_RegEvent() local
324 CurentTime = os_timeStampMs(TrafficMonitor->hOs); in TrafficMonitor_RegEvent()
341 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertRegParm->TimeIntervalMs; in TrafficMonitor_RegEvent()
521 TI_UINT32 CurentTime ; in TrafficMonitor_SetRstCondition() local
527 CurentTime = os_timeStampMs(TrafficMonitor->hOs); in TrafficMonitor_SetRstCondition()
554 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs; in TrafficMonitor_SetRstCondition()
576 TrafficResetAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs; in TrafficMonitor_SetRstCondition()
[all …]