Home
last modified time | relevance | path

Searched refs:List_create (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DGeneralUtilApi.h63 TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int ContainerSize);
DGeneralUtil.c67 TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int ContainerSize) in List_create() function
309 …DistributorMgr->DistributionList = (List_t*)List_create(hOs,MaxNotifReqElment,sizeof(NotifReqElmen… in DistributorMgr_Create()
DTrafficMonitor.c105 …TrafficMonitor->NotificationRegList = List_create(hOs,MAX_MONITORED_REQ,sizeof(TrafficAlertElement… in TrafficMonitor_create()