Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DUpgrade.cpp108 bool ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UINT &uiLen) in ParsePartitionInfo() argument
128 uiLen = 0xFFFFFFFF; in ParsePartitionInfo()
132 iCount = sscanf(strLen.c_str(), "0x%x", &uiLen); in ParsePartitionInfo()
298 UINT uiBegin = dwPartitionOffset, uiLen, uiReadBytes = 0, uiTmp; in read_bytes_from_partition() local
314 uiLen = 4; in read_bytes_from_partition()
315 iRet = pComm->RKU_ReadLBA(uiBegin, uiLen, pBuffer); in read_bytes_from_partition()
333 uiBegin += uiLen; in read_bytes_from_partition()
340 uiLen = uiTransferSec; in read_bytes_from_partition()
345 uiLen = BYTE2SECTOR(uiReadBytes); in read_bytes_from_partition()
347 iRet = pComm->RKU_ReadLBA(uiBegin, uiLen, pBuffer); in read_bytes_from_partition()
[all …]
H A DRKAndroidDevice.cpp2383 UINT uiBegin, uiLen, uiWriteByte; in RKA_File_Download() local
2387 uiLen = 0; in RKA_File_Download()
2422uiLen = ((uiWriteByte % SECTOR_SIZE == 0) ? (uiWriteByte / SECTOR_SIZE) : (uiWriteByte / SECTOR_SI… in RKA_File_Download()
2427 uiLen = uiLBASector; in RKA_File_Download()
2503 iRet = m_pComm->RKU_WriteLBA(uiBegin, uiLen, pBuffer, byRWMethod); in RKA_File_Download()
2517 uiBegin += uiLen; in RKA_File_Download()
2614 UINT uiBegin, uiLen, uiWriteByte; in RKA_File_Check() local
2617 uiLen = 0; in RKA_File_Check()
2625uiLen = ((uiWriteByte % SECTOR_SIZE == 0) ? (uiWriteByte / SECTOR_SIZE) : (uiWriteByte / SECTOR_SI… in RKA_File_Check()
2630 uiLen = uiLBASector; in RKA_File_Check()
[all …]
H A DRKAndroidDevice.h258 bool ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UINT &uiLen);
271 bool ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UINT &uiLen);