Home | History | Annotate | Download | only in Tx

Lines Matching refs:TxEventDistributor

437     hTxData->TxEventDistributor = DistributorMgr_Create(hOs,MAX_TX_NOTIF_REQ_ELMENTS);
625 DistributorMgr_Destroy(pTxData->TxEventDistributor);
2812 if(pTxData->TxEventDistributor)
2813 DistributorMgr_EventCall(pTxData->TxEventDistributor,Mask,DataLen);
2825 return DistributorMgr_Reg(pTxData->TxEventDistributor,EventMask,(TI_HANDLE)CallBack,context,Cookie);
2837 return DistributorMgr_AddToMask(pTxData->TxEventDistributor,Notifh,EventMask);
2852 status = DistributorMgr_UnReg(pTxData->TxEventDistributor,RegEventHandle);