Searched refs:CRKImage (Results 1 – 5 of 5) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKImage.cpp | 9 UINT CRKImage::GetVersion() in GetVersion() 13 UINT CRKImage::GetMergeVersion() in GetMergeVersion() 17 STRUCT_RKTIME CRKImage::GetReleaseTime() in GetReleaseTime() 21 ENUM_RKDEVICE_TYPE CRKImage::GetSupportDevice() in GetSupportDevice() 25 ENUM_OS_TYPE CRKImage::GetOsType() in GetOsType() 32 USHORT CRKImage::GetBackupSize() in GetBackupSize() 38 UINT CRKImage::GetBootOffset() in GetBootOffset() 42 UINT CRKImage::GetBootSize() in GetBootSize() 46 UINT CRKImage::GetFWOffset() in GetFWOffset() 50 long long CRKImage::GetFWSize() in GetFWSize() [all …]
|
| H A D | RKImage.h | 21 class CRKImage 25 property<CRKImage, UINT, READ_ONLY> Version; 27 property<CRKImage, UINT, READ_ONLY> MergeVersion; 29 property<CRKImage, STRUCT_RKTIME, READ_ONLY> ReleaseTime; 31 property<CRKImage, ENUM_RKDEVICE_TYPE, READ_ONLY> SupportDevice; 33 property<CRKImage, ENUM_OS_TYPE, READ_ONLY> OsType; 36 property<CRKImage, unsigned short, READ_ONLY> BackupSize; 38 property<CRKImage, UINT, READ_ONLY> BootOffset; 40 property<CRKImage, UINT, READ_ONLY> BootSize; 42 property<CRKImage, UINT, READ_ONLY> FWOffset; [all …]
|
| H A D | RKDevice.h | 97 bool SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog); 107 CRKImage *m_pImage;
|
| H A D | main.cpp | 1767 CRKImage *pImage = NULL; in download_boot() 1772 pImage = new CRKImage(szLoader, bRet); in download_boot() 1833 CRKImage *pImage = NULL; in upgrade_loader() 1850 pImage = new CRKImage(szLoader, bRet); in upgrade_loader() 2143 CRKImage *pImage = NULL; in erase_flash()
|
| H A D | RKDevice.cpp | 197 bool CRKDevice::SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog) in SetObject()
|