Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.cpp1486 long long uiCurrentByte = 0; in DownloadImage() local
1491 m_pProcessCallback((double)uiCurrentByte / (double)uiTotalSize, 0); in DownloadImage()
1508 bRet = RKA_Gpt_Download(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1520 bRet = RKA_Param_Download(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1581 bRet = RKA_File_Download(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1607 bRet = RKA_File_Download(gstUpdateOrder[idx].stItem, uiCurrentByte, uiTotalSize); in DownloadImage()
1638 uiCurrentByte = 0; in DownloadImage()
1643 m_pProcessCallback((double)uiCurrentByte / (double)uiTotalSize, 0); in DownloadImage()
1658 bRet = RKA_Gpt_Check(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1670 bRet = RKA_Param_Check(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
[all …]