Searched refs:m_paramBuffer (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKAndroidDevice.cpp | 333 m_paramBuffer = NULL; in CRKAndroidDevice() 359 if (m_paramBuffer) in ~CRKAndroidDevice() 361 delete []m_paramBuffer; in ~CRKAndroidDevice() 362 m_paramBuffer = NULL; in ~CRKAndroidDevice() 2764 …iRet = m_pComm->RKU_WriteLBA(uiBegin, uiLen, m_paramBuffer + uiTransfer, byRWMethod); //ÿ�ζ�Ҫд32��… in RKA_Param_Download() 2847 if (memcmp(pRead, m_paramBuffer + uiTransfer, uiWriteByte) != 0) in RKA_Param_Check() 2862 m_pLog->SaveBuffer(strFile, m_paramBuffer + uiTransfer, uiWriteByte); in RKA_Param_Check() 2926 bRet = parse_parameter((char *)(m_paramBuffer + 8), vecItems); in RKA_Gpt_Download() 2935 bRet = get_uuid_from_parameter((char *)(m_paramBuffer + 8), vecUuids); in RKA_Gpt_Download() 2942 prepare_gpt_backup(m_paramBuffer, backup_gpt); in RKA_Gpt_Download() [all …]
|
| H A D | RKAndroidDevice.h | 219 BYTE *m_paramBuffer; variable
|