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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 222 TrafficMonitor_t *pTrafficMonitor = (TrafficMonitor_t*)hTrafficMonitor;
225 if (pTrafficMonitor == NULL)
230 if (pTrafficMonitor->Active) /*To prevent double call to timer stop*/
233 pTrafficMonitor->Active = TI_FALSE;
235 pTrafficMonitor->DownTimerEnabled = TI_FALSE;
236 tmr_StopTimer (pTrafficMonitor->hTrafficMonTimer);
240 AlertElement = (TrafficAlertElement_t*)List_GetFirst(pTrafficMonitor->NotificationRegList);
245 AlertElement = (TrafficAlertElement_t*)List_GetNext(pTrafficMonitor->NotificationRegList);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 222 TrafficMonitor_t *pTrafficMonitor = (TrafficMonitor_t*)hTrafficMonitor;
225 if (pTrafficMonitor == NULL)
230 if (pTrafficMonitor->Active) /*To prevent double call to timer stop*/
233 pTrafficMonitor->Active = TI_FALSE;
235 pTrafficMonitor->DownTimerEnabled = TI_FALSE;
236 tmr_StopTimer (pTrafficMonitor->hTrafficMonTimer);
240 AlertElement = (TrafficAlertElement_t*)List_GetFirst(pTrafficMonitor->NotificationRegList);
245 AlertElement = (TrafficAlertElement_t*)List_GetNext(pTrafficMonitor->NotificationRegList);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c     [all...]

Completed in 21 milliseconds