Searched refs:GetEntryData (Results 1 – 4 of 4) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKBoot.h | 63 bool GetEntryData(ENUM_RKBOOTENTRY type, UCHAR ucIndex, PBYTE lpData);
|
| H A D | RKDevice.cpp | 524 if ( !m_pImage->m_bootObject->GetEntryData(ENTRY471, i, pBuffer) ) { in DownloadBoot() 556 if ( !m_pImage->m_bootObject->GetEntryData(ENTRY472, i, pBuffer) ) { in DownloadBoot()
|
| H A D | RKBoot.cpp | 131 bool CRKBoot::GetEntryData(ENUM_RKBOOTENTRY type,UCHAR ucIndex,PBYTE lpData) in GetEntryData() function in CRKBoot
|
| H A D | main.cpp | 1887 if (!pBoot->GetEntryData(ENTRYLOADER, index, loaderCodeBuffer)) { in upgrade_loader() 1913 if (!pBoot->GetEntryData(ENTRYLOADER,index,loaderDataBuffer)) { in upgrade_loader() 1932 if (!pBoot->GetEntryData(ENTRYLOADER,index,loaderHeadBuffer)) { in upgrade_loader()
|