Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKDevice.cpp513 DWORD dwSize, dwDelay; in DownloadBoot() local
516 if ( !m_pImage->m_bootObject->GetEntryProperty(ENTRY471, i, dwSize, dwDelay) ) { in DownloadBoot()
540 if (dwDelay>0) { in DownloadBoot()
541 usleep(dwDelay * 1000); in DownloadBoot()
548 if ( !m_pImage->m_bootObject->GetEntryProperty(ENTRY472, i, dwSize, dwDelay) ) { in DownloadBoot()
572 if (dwDelay > 0) { in DownloadBoot()
573 usleep(dwDelay * 1000); in DownloadBoot()
H A DRKBoot.cpp93 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type,UCHAR ucIndex,DWORD &dwSize,DWORD &dwDelay,cha… in GetEntryProperty() argument
123 dwDelay = pEntry->dwDataDelay; in GetEntryProperty()
H A DRKBoot.h61 …bool GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, char *p…
H A Dmain.cpp1841 DWORD dwLoaderSize, dwLoaderDataSize, dwLoaderHeadSize, dwDelay, dwSectorNum; in upgrade_loader() local
1877 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderSize, dwDelay); in upgrade_loader()
1903 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderDataSize, dwDelay); in upgrade_loader()
1922 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderHeadSize, dwDelay); in upgrade_loader()