Home
last modified time | relevance | path

Searched refs:ReleaseTime (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DRKBoot.cpp221 ReleaseTime.setContainer(this); in CRKBoot()
222 ReleaseTime.getter(&CRKBoot::GetReleaseTime); in CRKBoot()
H A DRKImage.cpp200 ReleaseTime.setContainer(this); in CRKImage()
201 ReleaseTime.getter(&CRKImage::GetReleaseTime); in CRKImage()
H A DRKImage.h30 property<CRKImage, STRUCT_RKTIME, READ_ONLY> ReleaseTime; variable
H A DRKBoot.h54 property<CRKBoot, STRUCT_RKTIME, READ_ONLY> ReleaseTime; variable
H A DRKAndroidDevice.cpp468 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()
470 …(pSec1->usLoaderDate << 8) | ByteToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).ucDay); in MakeSector1()