Home
last modified time | relevance | path

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

/RevoEX-3.1/include/revolution/
Dmp.h421 typedef struct MPCallbackInfo struct
445 } MPCallbackInfo; typedef
446 #define MPCommandBlock MPCallbackInfo // for backward compatibility
447 #define MPPortCallbackInfo MPCallbackInfo // for backward compatibility
457 typedef void (*MPCallback)( s32 result, MPCallbackInfo *info );
/RevoEX-3.1/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-3.1/build/libraries/mpds/src/
Dmpdssystem.c96 static void SetDataCallback(s32 result, MPCallbackInfo *info);
625 static void SetDataCallback(s32 result, MPCallbackInfo *info) in SetDataCallback()