Searched refs:pMbxPri (Results 1 – 1 of 1) sorted by relevance
44 MBX_INSTANT_PRIVATE *pMbxPri = NULL; in MBXOpen() local46 UtopiaInstanceGetPrivate(*ppInstance, (void**)&pMbxPri); in MBXOpen()48 pMbxPri->fpRegisterMSGWithCallBack = MApi_MBX_RegisterMSGWithCallBack; in MBXOpen()49 pMbxPri->fpRegisterMSG = MApi_MBX_RegisterMSG; in MBXOpen()50 pMbxPri->fpSendMsg = MApi_MBX_SendMsg; in MBXOpen()51 pMbxPri->fpRecvMsg = MApi_MBX_RecvMsg; in MBXOpen()52 pMbxPri->fpEnable = MApi_MBX_Enable; in MBXOpen()53 pMbxPri->fpQueryDynamicClass = MApi_MBX_QueryDynamicClass; in MBXOpen()