Home
last modified time | relevance | path

Searched refs:m_oldSec1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.cpp322 m_oldSec1 = NULL; in CRKAndroidDevice()
344 if (m_oldSec1) in ~CRKAndroidDevice()
346 delete m_oldSec1; in ~CRKAndroidDevice()
347 m_oldSec1 = NULL; in ~CRKAndroidDevice()
392 if (!m_oldSec1) in GetOldSectorData()
394 m_oldSec1 = new RKANDROID_IDB_SEC1; in GetOldSectorData()
396 pSec = (PBYTE)(m_oldSec1); in GetOldSectorData()
472 if (m_oldSec1) in MakeSector1()
474 pSec1->usLastLoaderVer = m_oldSec1->usLoaderVer; in MakeSector1()
475 pSec1->usReadWriteTimes = m_oldSec1->usReadWriteTimes + 1; in MakeSector1()
[all …]
H A DRKAndroidDevice.h224 RKANDROID_IDB_SEC1 *m_oldSec1; variable