Home
last modified time | relevance | path

Searched refs:GetEntryProperty (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DRKBoot.h65 …bool GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, tchar *…
H A DRKBoot.cpp87 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay,… in GetEntryProperty() function in CRKBoot
H A DRKAndroidDevice.cpp266 bRet = m_pImage->m_bootObject->GetEntryProperty(ENTRYLOADER, index, m_dwLoaderSize, dwDelay); in GetLoaderSize()
288 … bRet = m_pImage->m_bootObject->GetEntryProperty(ENTRYLOADER, index, m_dwLoaderDataSize, dwDelay); in GetLoaderDataSize()
311 … bRet = m_pImage->m_bootObject->GetEntryProperty(ENTRYLOADER, index, m_dwLoaderHeadSize, dwDelay); in GetLoaderHeadSize()