Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKDevice.cpp70 return m_pComm; in GetCommObjectPointer()
173 m_pComm = NULL; in CRKDevice()
183 if (m_pComm) { in ~CRKDevice()
184 delete m_pComm; in ~CRKDevice()
185 m_pComm = NULL; in ~CRKDevice()
203 m_pComm = pComm; in SetObject()
219 iRet = m_pComm->RKU_WriteSector(sectorOffset, 4, emptyData); in EraseEmmcBlock()
239 iRet = m_pComm->RKU_WriteLBA(dwSectorPos, nWritten, emptyData); in EraseEmmcByWriteLBA()
270 iRet = m_pComm->RKU_EraseLBA(uiSectorOffset, uiEraseCount); in EraseEmmc()
300 iRet = m_pComm->RKU_ReadFlashInfo((PBYTE)&info, &uiRead); in GetFlashInfo()
[all …]
H A DRKDevice.h108 CRKComm *m_pComm; variable