Home
last modified time | relevance | path

Searched refs:MPCallbackInfo (Results 1 – 3 of 3) sorted by relevance

/RevoEX-2.3/include/revolution/
Dmp.h431 typedef struct MPCallbackInfo struct
455 } MPCallbackInfo; argument
456 #define MPCommandBlock MPCallbackInfo // for backward compatibility
457 #define MPPortCallbackInfo MPCallbackInfo // for backward compatibility
467 typedef void (*MPCallback)( s32 result, MPCallbackInfo *info );
/RevoEX-2.3/build/demos/mpdemo/src/
DmpsimpleAsync.c99 static void SendAsyncCallbackFunction( s32 result, struct MPCallbackInfo *info );
289 void SendAsyncCallbackFunction( s32 result, struct MPCallbackInfo *info ) in SendAsyncCallbackFunction()
/RevoEX-2.3/build/libraries/mpds/src/
Dmpdssystem.c96 static void SetDataCallback(s32 result, MPCallbackInfo *info);
625 static void SetDataCallback(s32 result, MPCallbackInfo *info) in SetDataCallback()