Home | History | Annotate | Download | only in Data_link

Lines Matching refs:CallBack

285  *       1. Register mechanism that has a callback function and the condition 
286 * (bit mask format) that will be used to distinguish if to call this callback.
288 * the input mask to the callback mask condition.
342 * Use by the client to register a callback function
347 * TI_HANDLE CallBack
353 TI_HANDLE DistributorMgr_Reg(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,TI_HANDLE CallBack,
366 NotifReqElment->CallBack = (GeneralEventCall_t)CallBack;
380 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie)
391 NotifReqElment->CallBack = (GeneralEventCall_t)CallBack;
403 * Use this function to add mask bit to the bit mask condition that triggers the Callback
427 * Use this function to add mask bit to the bit mask condition that triggers the Callback
447 * Use this function to add mask bit to the bit mask condition that triggers the Callback
482 * When the client needs to invoke the callback calls function that corresponds
502 NotifReqElment->CallBack(NotifReqElment->Context,EventCount,Mask,