Home
last modified time | relevance | path

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

/RevoEX-2.3/build/libraries/mpds/src/
Dmpdssystem.c178 return MP_RESULT_OK; in MPDSInit()
226 info->result = MP_RESULT_OK; in SignalDataSet()
262 return MP_RESULT_OK; in MPDSSetupPortConfig()
304 if ( res != MP_RESULT_OK )
320 return MP_RESULT_OK; // Successful completion
415 if (res != MP_RESULT_OK) in Step()
442 result = MP_RESULT_OK; in Step()
529 result = MP_RESULT_OK; in Step()
565 if (res != MP_RESULT_OK) in Step()
636 if ( info->result == MP_RESULT_OK ) in SetDataCallback()
[all …]
/RevoEX-2.3/build/demos/mpdemo/src/
Dmpsimple.c185 if( result != MP_RESULT_OK ) in DoMPCommunication()
210 if( result == MP_RESULT_OK ) in DoMPCommunication()
DmpsimpleAsync.c187 if( result != MP_RESULT_OK ) in main()
215 if( result == MP_RESULT_OK ) in main()
/RevoEX-2.3/build/demos/mpdsdemo/src/
Dmpdsmodel.c724 if ( result < MP_RESULT_OK ) in TransToLobby()
731 if ( result < MP_RESULT_OK ) in TransToLobby()
741 if( result != MP_RESULT_OK ) in TransToLobby()
769 if ( result < MP_RESULT_OK ) in TransToCommunication()
778 if ( result < MP_RESULT_OK ) in TransToCommunication()
808 if ( result < MP_RESULT_OK ) in TransToIdle()
953 if( result == MP_RESULT_OK ) in DataSharingThreadFunc()
Dmpdssimple.c215 if( result != MP_RESULT_OK ) in DoMPCommunication()
271 if( result == MP_RESULT_OK ) in DoMPCommunication()
/RevoEX-2.3/build/demos/mpfsdemo/src/
Ddownload.c89 if ( MPDLStartup( config ) != MP_RESULT_OK ) in ExecuteDownload()
/RevoEX-2.3/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c336 if ( MPDLStartup( &mpdlConfig ) != MP_RESULT_OK ) in DoDownload()
510 if( result != MP_RESULT_OK ) in DoPadSharing()
564 if ( result == MP_RESULT_OK ) in DoPadSharing()
Dmpdlsimple.c236 while (MPDLStartup(&mpdlConfig) == MP_RESULT_OK) in main()
/RevoEX-2.3/include/revolution/
Dmp.h159 MP_RESULT_OK = 0, enumerator