HomeSort by relevance Sort by last modified time
    Searched defs: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));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
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));
  /system/wlan/ti/wilink_6_1/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));

Completed in 62 milliseconds