Searched refs:pComm (Results 1 – 3 of 3) sorted by relevance
| /rkdeveloptool/ |
| H A D | main.cpp | 871 CRKComm *pComm = NULL; in write_parameter() local 878 pComm = new CRKUsbComm(dev, g_pLogObject, bRet); in write_parameter() 905 iRet = pComm->RKU_WriteLBA(0x2000, nParamSec, (BYTE *)writeBuf); in write_parameter() 925 CRKComm *pComm = NULL; in write_gpt() local 933 pComm = new CRKUsbComm(dev, g_pLogObject, bRet); in write_gpt() 943 iRet = pComm->RKU_ReadFlashInfo(flash_info); in write_gpt() 979 iRet = pComm->RKU_WriteLBA(0, 34, master_gpt); in write_gpt() 987 iRet = pComm->RKU_WriteLBA(total_size_sector - 33, 33, backup_gpt); in write_gpt() 1781 CRKComm *pComm = NULL; in download_boot() local 1785 pComm = new CRKUsbComm(dev, g_pLogObject, bRet); in download_boot() [all …]
|
| H A D | RKDevice.cpp | 197 bool CRKDevice::SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog) in SetObject() argument 199 if (!pComm) { in SetObject() 203 m_pComm = pComm; in SetObject()
|
| H A D | RKDevice.h | 97 bool SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog);
|