Searched refs:PrintBuffer (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKLog.h | 15 void PrintBuffer(tstring &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount = 16);
|
| H A D | RKLog.cpp | 47 void CRKLog::PrintBuffer(tstring &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount) in PrintBuffer() function in CRKLog
|
| H A D | Upgrade.cpp | 849 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 D | RKComm.cpp | 449 m_log->PrintBuffer(strOutput, lpBuffer, 64); in RKU_TestBadBlock()
|
| H A D | RKDevice.cpp | 240 m_pLog->PrintBuffer(strFlashInfo, (PBYTE)&info, 11); in GetFlashInfo()
|