Searched refs:pLog (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | Upgrade.cpp | 362 bool check_fw_header(CRKComm *pComm, DWORD dwOffset, PSTRUCT_RKIMAGE_HDR pHeader, CRKLog *pLog = NU… in check_fw_header() argument 390 if (pLog) in check_fw_header() 392 pLog->Record(_T("model:%s\nbackup firmware model:%s\n"), model, pHeader->machine_model); in check_fw_header() 402 bool check_fw_crc(CRKComm *pComm, DWORD dwOffset, PSTRUCT_RKIMAGE_HDR pHeader, CRKLog *pLog = NULL) in check_fw_crc() argument 447 if (pLog) in check_fw_crc() 449 pLog->Record(_T("ERROR:check_fw_crc-->RKU_ReadLBA failed,err=%d"), iRet); in check_fw_crc() 460 if (pLog) in check_fw_crc() 462 pLog->Record(_T("ERROR:check_fw_crc-->read old crc failed")); in check_fw_crc() 474 CRKComm *pComm, CRKLog *pLog = NULL) in download_backup_image() argument 493 if (pLog) in download_backup_image() [all …]
|
| H A D | RKComm.cpp | 9 CRKComm::CRKComm(CRKLog *pLog) in CRKComm() argument 11 m_log = pLog; in CRKComm() 19 CRKUsbComm::CRKUsbComm(CRKLog *pLog): CRKComm(pLog) in CRKUsbComm() argument 31 if (pLog) in CRKUsbComm() 33 pLog->Record(_T("INFO:is nand devices...")); in CRKUsbComm() 39 if (pLog) in CRKUsbComm() 41 pLog->Record(_T("INFO:is emmc devices...")); in CRKUsbComm() 47 m_log = pLog; in CRKUsbComm() 51 if (pLog) in CRKUsbComm() 53 pLog->Record(_T("INFO:CRKUsbComm-->is emmc.")); in CRKUsbComm() [all …]
|
| H A D | RKComm.h | 176 CRKComm(CRKLog *pLog); 207 CRKUsbComm(CRKLog *pLog);
|
| H A D | RKDevice.cpp | 185 bool CRKDevice::SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog) in SetObject() argument 194 m_pLog = pLog; in SetObject()
|
| H A D | RKDevice.h | 119 bool SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog);
|