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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.h 51 *(TrafficMonitor_t->TrafficMonTimer) */
85 TI_HANDLE TrafficMonTimer;
TrafficMonitor.c 99 TrafficMonitor->TrafficMonTimer = os_timerCreate(hOs, TimerMonitor_TimeOut, TrafficMonitor);
100 if (TrafficMonitor->TrafficMonTimer == NULL)
119 if(TrafficMonitor->TrafficMonTimer)
120 os_timerDestroy(hOs,TrafficMonitor->TrafficMonTimer);
231 os_timerStop(TrafficMonitor->hOs,TrafficMonitor->TrafficMonTimer);
265 if(TrafficMonitor->TrafficMonTimer)
266 os_timerDestroy(TrafficMonitor->hOs,TrafficMonitor->TrafficMonTimer);
    [all...]

Completed in 12 milliseconds