Home
last modified time | relevance | path

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

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