Searched refs:TestEventTimer (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DTrafficMonitor.c57 TI_HANDLE TestEventTimer; variable
99 TestEventTimer = NULL;
173 TestEventTimer = tmr_CreateTimer (pStadHandles->hTimer);
174 tmr_StartTimer (TestEventTimer, TestEventFunc, (TI_HANDLE)TrafficMonitor, 5000, TI_TRUE);
277 if (TestEventTimer)
279 tmr_DestroyTimer (TestEventTimer);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DTrafficMonitor.c55 TI_HANDLE TestEventTimer; variable
168 TestEventTimer = os_timerCreate(TrafficMonitor->hOs, TestEventFunc, TrafficMonitor);
169 os_timerStart(TrafficMonitor->hOs,TestEventTimer,5000,TRUE);
269 os_timerDestroy(TrafficMonitor->hOs,TestEventTimer);

Completed in 30 milliseconds