Home
last modified time | relevance | path

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

/RevoEX-3.1/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-3.1/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-3.1/build/demos/mpdsdemo/src/
Dmpdsmodel.c715 if ( result < MP_RESULT_OK ) in TransToLobby()
722 if ( result < MP_RESULT_OK ) in TransToLobby()
732 if( result != MP_RESULT_OK ) in TransToLobby()
760 if ( result < MP_RESULT_OK ) in TransToCommunication()
769 if ( result < MP_RESULT_OK ) in TransToCommunication()
799 if ( result < MP_RESULT_OK ) in TransToIdle()
944 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-3.1/build/demos/mpfsdemo/src/
Ddownload.c89 if ( MPDLStartup( config ) != MP_RESULT_OK ) in ExecuteDownload()
/RevoEX-3.1/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c333 if ( MPDLStartup( &mpdlConfig ) != MP_RESULT_OK ) in DoDownload()
507 if( result != MP_RESULT_OK ) in DoPadSharing()
561 if ( result == MP_RESULT_OK ) in DoPadSharing()
Dmpdlsimple.c231 if ( MPDLStartup( &mpdlConfig ) != MP_RESULT_OK ) in main()
/RevoEX-3.1/include/revolution/
Dmp.h152 MP_RESULT_OK = 0, enumerator