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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 105 TrafficMonitor->NotificationRegList = List_create(hOs,MAX_MONITORED_REQ,sizeof(TrafficAlertElement_t));
106 if (TrafficMonitor->NotificationRegList == NULL)
197 AlertElement = (TrafficAlertElement_t*)List_GetFirst(TrafficMonitor->NotificationRegList);
208 AlertElement = (TrafficAlertElement_t*)List_GetNext(TrafficMonitor->NotificationRegList);
240 AlertElement = (TrafficAlertElement_t*)List_GetFirst(pTrafficMonitor->NotificationRegList);
245 AlertElement = (TrafficAlertElement_t*)List_GetNext(pTrafficMonitor->NotificationRegList);
266 if(TrafficMonitor->NotificationRegList)
268 List_Destroy(TrafficMonitor->NotificationRegList);
327 TrafficAlertElement = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
356 TrafficAlertElement->ResetElment[0] = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
    [all...]
TrafficMonitor.h 82 TI_HANDLE NotificationRegList;

Completed in 17 milliseconds