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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 57 TI_HANDLE TestEventTimer;
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);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 57 TI_HANDLE TestEventTimer;
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);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c 55 TI_HANDLE TestEventTimer;
168 TestEventTimer = os_timerCreate(TrafficMonitor->hOs, TestEventFunc, TrafficMonitor);
169 os_timerStart(TrafficMonitor->hOs,TestEventTimer,5000,TRUE);
269 os_timerDestroy(TrafficMonitor->hOs,TestEventTimer);
    [all...]

Completed in 92 milliseconds