Searched refs:iResult (Results 1 – 1 of 1) sorted by relevance
358 int iResult, iTryCount; in TestDevice() local365 iResult = m_pComm->RKU_TestDeviceReady(&dwTotal, &dwCurrent); in TestDevice()366 if ((iResult == ERR_SUCCESS) || (iResult == ERR_DEVICE_UNREADY)) { in TestDevice()370 …ord("<LAYER %s> ERROR:TestDevice-->RKU_TestDeviceReady failed, RetCode(%d)", m_layerName, iResult); in TestDevice()379 if (iResult == ERR_SUCCESS) { in TestDevice()410 }while(iResult == ERR_DEVICE_UNREADY); in TestDevice()