Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKComm.h106 #define ERR_DEVICE_UNREADY -6 macro
H A DRKDevice.cpp366 if ((iResult == ERR_SUCCESS) || (iResult == ERR_DEVICE_UNREADY)) { in TestDevice()
410 }while(iResult == ERR_DEVICE_UNREADY); in TestDevice()
H A DRKComm.cpp686 return ERR_DEVICE_UNREADY; in RKU_TestDeviceReady()