Home
last modified time | relevance | path

Searched refs:MPPortCallbackInfo (Results 1 – 9 of 9) sorted by relevance

/RevoEX-3.1/include/revolution/
Dmpfs.h78 void MPFSPortCallback( s32 type, MPPortCallbackInfo* info );
Dmpds.h113 MPPortCallbackInfo tmpCallbackInfo;// Work buffer for callbacks
Dmp.h447 #define MPPortCallbackInfo MPCallbackInfo // for backward compatibility macro
459 typedef void (*MPPortCallback)( s32 type, MPPortCallbackInfo *info );
/RevoEX-3.1/build/demos/mpdemo/src/
Dmpsimple.c96 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
273 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction()
DmpsimpleAsync.c98 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
307 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction()
/RevoEX-3.1/build/libraries/mpds/src/
Dmpdssystem.c78 static void PortCallback( s32 type, MPPortCallbackInfo* info );
97 static void ReceiveCallback_Parent(s32 type, MPPortCallbackInfo *info);
223 MPPortCallbackInfo* info = &context->tmpCallbackInfo; in SignalDataSet()
224 (void)NETMemSet( info, 0, sizeof(MPPortCallbackInfo) ); in SignalDataSet()
675 static void ReceiveCallback_Parent(s32 type, MPPortCallbackInfo *info) in ReceiveCallback_Parent()
/RevoEX-3.1/build/demos/mpdsdemo/src/
Dmpdssimple.c89 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
Dmpdsmodel.c202 static void DataSharingCallback( s32 type, MPPortCallbackInfo* info );
1070 void DataSharingCallback( s32 type, MPPortCallbackInfo* info ) in DataSharingCallback()
/RevoEX-3.1/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c158 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info );
722 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in DataSharingPortCallbackFunction()