Home
last modified time | relevance | path

Searched refs:UCHAR (Results 1 – 5 of 5) sorted by relevance

/rkdeveloptool/
H A DRKBoot.h14 UCHAR uc471EntryCount;
16 UCHAR uc471EntrySize;
17 UCHAR uc472EntryCount;
19 UCHAR uc472EntrySize;
20 UCHAR ucLoaderEntryCount;
22 UCHAR ucLoaderEntrySize;
23 UCHAR ucSignFlag;
24 UCHAR ucRc4Flag;
25 UCHAR reserved[BOOT_RESERVED_SIZE];
29 UCHAR ucSize;
[all …]
H A DRKBoot.cpp34 UCHAR CRKBoot::GetEntry471Count() in GetEntry471Count()
38 UCHAR CRKBoot::GetEntry472Count() in GetEntry472Count()
42 UCHAR CRKBoot::GetEntryLoaderCount() in GetEntryLoaderCount()
53 bool CRKBoot::SaveEntryFile(ENUM_RKBOOTENTRY type,UCHAR ucIndex,string fileName) in SaveEntryFile()
56 UCHAR ucCount,ucSize; in SaveEntryFile()
93 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type,UCHAR ucIndex,DWORD &dwSize,DWORD &dwDelay,cha… in GetEntryProperty()
96 UCHAR ucCount,ucSize; in GetEntryProperty()
131 bool CRKBoot::GetEntryData(ENUM_RKBOOTENTRY type,UCHAR ucIndex,PBYTE lpData) in GetEntryData()
134 UCHAR ucCount,ucSize; in GetEntryData()
167 UCHAR ucCount,ucSize; in GetIndexByName()
[all …]
H A DDefineHeader.h26 typedef unsigned char UCHAR; typedef
159 UCHAR ucMachineInfo[30];
161 UCHAR ucManufactoryInfo[30];
164 UCHAR reserved[384];
H A DRKDevice.h114 int EraseEmmcBlock(UCHAR ucFlashCS, DWORD dwPos, DWORD dwCount);
H A DRKDevice.cpp211 int CRKDevice::EraseEmmcBlock(UCHAR ucFlashCS, DWORD dwPos, DWORD dwCount) in EraseEmmcBlock()
512 UCHAR i; in DownloadBoot()