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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 78 static TI_STATUS FindRstElemEntryIndex (TrafficMonitor_t *TrafficMonitor,TrafficAlertElement_t *TrafficAlertElement,int *Index);
79 static TI_STATUS TrafficMonitor_SetMask(TrafficMonitor_t *TrafficMonitor,TrafficAlertElement_t *TrafficAlertElement,TraffEvntOptNum_t MaskType);
312 RETURN: TrafficAlertElement pointer on success, NULL otherwise
318 TrafficAlertElement_t *TrafficAlertElement;
327 TrafficAlertElement = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
328 if (TrafficAlertElement == NULL)
334 TrafficAlertElement->CallBack = TrafficAlertRegParm->CallBack;
335 TrafficAlertElement->Context = TrafficAlertRegParm->Context;
336 TrafficAlertElement->Cookie = TrafficAlertRegParm->Cookie;
337 TrafficAlertElement->Direction = TrafficAlertRegParm->Direction
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c 76 static TI_STATUS FindRstElemEntryIndex (TrafficMonitor_t *TrafficMonitor,TrafficAlertElement_t *TrafficAlertElement,int *Index);
77 static TI_STATUS TrafficMonitor_SetMask(TrafficMonitor_t *TrafficMonitor,TrafficAlertElement_t *TrafficAlertElement,TraffEvntOptNum_t MaskType);
300 RETURN: TrafficAlertElement pointer on success, NULL otherwise
306 TrafficAlertElement_t *TrafficAlertElement;
315 TrafficAlertElement = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
316 if (TrafficAlertElement == NULL)
322 TrafficAlertElement->CallBack = TrafficAlertRegParm->CallBack;
323 TrafficAlertElement->Context = TrafficAlertRegParm->Context;
324 TrafficAlertElement->Cookie = TrafficAlertRegParm->Cookie;
325 TrafficAlertElement->Direction = TrafficAlertRegParm->Direction
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 78 static TI_STATUS FindRstElemEntryIndex (TrafficMonitor_t *TrafficMonitor,TrafficAlertElement_t *TrafficAlertElement,int *Index);
79 static TI_STATUS TrafficMonitor_SetMask(TrafficMonitor_t *TrafficMonitor,TrafficAlertElement_t *TrafficAlertElement,TraffEvntOptNum_t MaskType);
312 RETURN: TrafficAlertElement pointer on success, NULL otherwise
318 TrafficAlertElement_t *TrafficAlertElement;
327 TrafficAlertElement = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
328 if (TrafficAlertElement == NULL)
334 TrafficAlertElement->CallBack = TrafficAlertRegParm->CallBack;
335 TrafficAlertElement->Context = TrafficAlertRegParm->Context;
336 TrafficAlertElement->Cookie = TrafficAlertRegParm->Cookie;
337 TrafficAlertElement->Direction = TrafficAlertRegParm->Direction
    [all...]

Completed in 19 milliseconds