Searched refs:m_bootObject (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKImage.cpp | 221 m_bootObject = NULL; in CRKImage() 375 m_bootObject = new CRKBoot(lpBoot, m_bootSize, bRet); in CRKImage() 384 m_supportDevice = m_bootObject->SupportDevice; in CRKImage() 400 if (m_bootObject) in ~CRKImage() 402 delete m_bootObject; in ~CRKImage() 403 m_bootObject = NULL; in ~CRKImage()
|
| H A D | RKAndroidDevice.cpp | 204 if (m_pImage->m_bootObject->IsNewIDBFlag()) in CalcIDBCount() 260 index = m_pImage->m_bootObject->GetIndexByName(ENTRYLOADER, loaderName); in GetLoaderSize() 266 bRet = m_pImage->m_bootObject->GetEntryProperty(ENTRYLOADER, index, m_dwLoaderSize, dwDelay); in GetLoaderSize() 282 index = m_pImage->m_bootObject->GetIndexByName(ENTRYLOADER, loaderName); in GetLoaderDataSize() 288 … bRet = m_pImage->m_bootObject->GetEntryProperty(ENTRYLOADER, index, m_dwLoaderDataSize, dwDelay); in GetLoaderDataSize() 305 index = m_pImage->m_bootObject->GetIndexByName(ENTRYLOADER, loaderName); in GetLoaderHeadSize() 311 … bRet = m_pImage->m_bootObject->GetEntryProperty(ENTRYLOADER, index, m_dwLoaderHeadSize, dwDelay); in GetLoaderHeadSize() 428 if (m_pImage->m_bootObject->Rc4DisableFlag) in MakeSector0() 468 pSec1->usLoaderYear = UshortToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).usYear); in MakeSector1() 469 pSec1->usLoaderDate = ByteToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).ucMonth); in MakeSector1() [all …]
|
| H A D | RKImage.h | 50 CRKBoot *m_bootObject; variable
|
| H A D | Upgrade.cpp | 951 if (pImage->m_bootObject) in do_rk_firmware_upgrade() 953 delete pImage->m_bootObject; in do_rk_firmware_upgrade() 966 pImage->m_bootObject = new CRKBoot(lpBoot, rk3308bs_loaderSize, bRet); in do_rk_firmware_upgrade()
|