Searched refs:hDistributorMgr (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DGeneralUtilApi.h54 TI_STATUS DistributorMgr_Destroy(TI_HANDLE hDistributorMgr);
55 TI_HANDLE DistributorMgr_Reg(TI_HANDLE hDistributorMgr,UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,UINT32 Cookie);
56 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,UINT32 Cookie);
57 TI_STATUS DistributorMgr_AddToMask(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth,UINT16 Mask);
58 TI_STATUS DistributorMgr_UnReg(TI_HANDLE hDistributorMgr,TI_HANDLE RegEventHandle);
61 VOID DistributorMgr_EventCall(TI_HANDLE hDistributorMgr,UINT16 Mask,int EventCount);
H A DGeneralUtil.c323 TI_STATUS DistributorMgr_Destroy(TI_HANDLE hDistributorMgr) argument
325 DistributorMgr_t *DistributorMgr =(DistributorMgr_t*)hDistributorMgr;
332 os_memoryFree(DistributorMgr->hOs, hDistributorMgr, sizeof(DistributorMgr_t));
353 TI_HANDLE DistributorMgr_Reg(TI_HANDLE hDistributorMgr,UINT16 Mask,TI_HANDLE CallBack, argument
356 DistributorMgr_t *DistributorMgr = (DistributorMgr_t*)hDistributorMgr;
380 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,UINT32 Cookie) argument
382 DistributorMgr_t *DistributorMgr = (DistributorMgr_t*)hDistributorMgr;
407 TI_STATUS DistributorMgr_AddToMask(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth,UINT16 Mask) argument
409 DistributorMgr_t *DistributorMgr = (DistributorMgr_t*)hDistributorMgr;
467 TI_STATUS DistributorMgr_UnReg(TI_HANDLE hDistributorMgr,TI_HANDL argument
488 DistributorMgr_EventCall(TI_HANDLE hDistributorMgr,UINT16 Mask,int EventCount) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DGeneralUtilApi.h53 TI_STATUS DistributorMgr_Destroy(TI_HANDLE hDistributorMgr);
54 TI_HANDLE DistributorMgr_Reg(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie);
55 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie);
56 TI_STATUS DistributorMgr_AddToMask(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth,TI_UINT16 Mask);
57 TI_STATUS DistributorMgr_UnReg(TI_HANDLE hDistributorMgr,TI_HANDLE RegEventHandle);
60 void DistributorMgr_EventCall(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,int EventCount);
H A DGeneralUtil.c323 TI_STATUS DistributorMgr_Destroy(TI_HANDLE hDistributorMgr) argument
325 DistributorMgr_t *DistributorMgr =(DistributorMgr_t*)hDistributorMgr;
332 os_memoryFree(DistributorMgr->hOs, hDistributorMgr, sizeof(DistributorMgr_t));
353 TI_HANDLE DistributorMgr_Reg(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,TI_HANDLE CallBack, argument
356 DistributorMgr_t *DistributorMgr = (DistributorMgr_t*)hDistributorMgr;
380 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie) argument
382 DistributorMgr_t *DistributorMgr = (DistributorMgr_t*)hDistributorMgr;
407 TI_STATUS DistributorMgr_AddToMask(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth,TI_UINT16 Mask) argument
409 DistributorMgr_t *DistributorMgr = (DistributorMgr_t*)hDistributorMgr;
467 TI_STATUS DistributorMgr_UnReg(TI_HANDLE hDistributorMgr,TI_HANDL argument
488 DistributorMgr_EventCall(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,int EventCount) argument
[all...]

Completed in 133 milliseconds