Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKLog.h15 void PrintBuffer(tstring &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount = 16);
H A DRKLog.cpp47 void CRKLog::PrintBuffer(tstring &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount) in PrintBuffer() function in CRKLog
H A DUpgrade.cpp849 pLog->PrintBuffer(strOutput, pMd5, 32, 16); in UnlockDevice()
851 pLog->PrintBuffer(strOutput, output + nOutput - 32, 32, 16); in UnlockDevice()
921 pLog->PrintBuffer(strUid, uid, RKDEVICE_UID_LEN); in do_rk_firmware_upgrade()
H A DRKComm.cpp449 m_log->PrintBuffer(strOutput, lpBuffer, 64); in RKU_TestBadBlock()
H A DRKDevice.cpp240 m_pLog->PrintBuffer(strFlashInfo, (PBYTE)&info, 11); in GetFlashInfo()