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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.c 55 * List_create *
67 TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int ContainerSize)
74 WLAN_OS_REPORT(("FATAL ERROR:List_create(): OS handle Error - Aborting\n"));
309 DistributorMgr->DistributionList = (List_t*)List_create(hOs,MaxNotifReqElment,sizeof(NotifReqElment_t));
GeneralUtilApi.h 63 TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int ContainerSize);
TrafficMonitor.c 105 TrafficMonitor->NotificationRegList = List_create(hOs,MAX_MONITORED_REQ,sizeof(TrafficAlertElement_t));
    [all...]

Completed in 50 milliseconds