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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.c 303 DistributorMgr_t *DistributorMgr;
305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t));
306 if(DistributorMgr == NULL)
308 DistributorMgr->hOs = hOs;
309 DistributorMgr->DistributionList = (List_t*)List_create(hOs,MaxNotifReqElment,sizeof(NotifReqElment_t));
310 if (DistributorMgr->DistributionList == NULL)
312 os_memoryFree(hOs, DistributorMgr, sizeof(DistributorMgr_t));
315 return (TI_HANDLE)DistributorMgr;
325 DistributorMgr_t *DistributorMgr =(DistributorMgr_t*)hDistributorMgr;
327 if(DistributorMgr == NULL
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
GeneralUtil.c 303 DistributorMgr_t *DistributorMgr;
305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t));
306 if(DistributorMgr == NULL)
308 DistributorMgr->hOs = hOs;
309 DistributorMgr->DistributionList = (List_t*)List_create(hOs,MaxNotifReqElment,sizeof(NotifReqElment_t));
310 if (DistributorMgr->DistributionList == NULL)
312 os_memoryFree(hOs, DistributorMgr, sizeof(DistributorMgr_t));
315 return (TI_HANDLE)DistributorMgr;
325 DistributorMgr_t *DistributorMgr =(DistributorMgr_t*)hDistributorMgr;
327 if(DistributorMgr == NULL
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
GeneralUtil.c 303 DistributorMgr_t *DistributorMgr;
305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t));
306 if(DistributorMgr == NULL)
308 DistributorMgr->hOs = hOs;
309 DistributorMgr->DistributionList = (List_t*)List_create(hOs,MaxNotifReqElment,sizeof(NotifReqElment_t));
310 if (DistributorMgr->DistributionList == NULL)
312 os_memoryFree(hOs, DistributorMgr, sizeof(DistributorMgr_t));
315 return (TI_HANDLE)DistributorMgr;
325 DistributorMgr_t *DistributorMgr =(DistributorMgr_t*)hDistributorMgr;
327 if(DistributorMgr == NULL
    [all...]

Completed in 188 milliseconds