Searched refs:MPPortCallbackInfo (Results 1 – 9 of 9) sorted by relevance
| /RevoEX-3.1/include/revolution/ |
| D | mpfs.h | 78 void MPFSPortCallback( s32 type, MPPortCallbackInfo* info );
|
| D | mpds.h | 113 MPPortCallbackInfo tmpCallbackInfo;// Work buffer for callbacks
|
| D | mp.h | 447 #define MPPortCallbackInfo MPCallbackInfo // for backward compatibility macro 459 typedef void (*MPPortCallback)( s32 type, MPPortCallbackInfo *info );
|
| /RevoEX-3.1/build/demos/mpdemo/src/ |
| D | mpsimple.c | 96 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 273 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction()
|
| D | mpsimpleAsync.c | 98 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 307 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction()
|
| /RevoEX-3.1/build/libraries/mpds/src/ |
| D | mpdssystem.c | 78 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/ |
| D | mpdssimple.c | 89 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
|
| D | mpdsmodel.c | 202 static void DataSharingCallback( s32 type, MPPortCallbackInfo* info ); 1070 void DataSharingCallback( s32 type, MPPortCallbackInfo* info ) in DataSharingCallback()
|
| /RevoEX-3.1/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 158 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 722 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in DataSharingPortCallbackFunction()
|