Searched refs:SpdHelper (Results 1 – 3 of 3) sorted by relevance
24 void SpdHelper::setPatchAsBad() in setPatchAsBad()29 void SpdHelper::incErrorCount() in incErrorCount()34 bool SpdHelper::isPatchBad(UINT8* prm, UINT32 len) in isPatchBad()39 bool SpdHelper::isSpdDebug() in isSpdDebug()46 void SpdHelper::incErrorCountImpl() in incErrorCountImpl()54 void SpdHelper::setPatchAsBadImpl() in setPatchAsBadImpl()69 bool SpdHelper::isPatchBadImpl(UINT8* prm, UINT32 len) in isPatchBadImpl()91 SpdHelper& SpdHelper::getInstance() in getInstance()93 static SpdHelper* theInstance = NULL; in getInstance()95 theInstance= new SpdHelper; in getInstance()[all …]
216 SpdHelper::setPatchAsBad(); in postDownloadPatchram()219 SpdHelper::incErrorCount(); in postDownloadPatchram()222 if (SpdHelper::isSpdDebug()) in postDownloadPatchram()471 if (!SpdHelper::isPatchBad((UINT8*)sPrmBuf, lenPrmBuffer)) in StartPatchDownload()493 postDownloadPatchram(SpdHelper::isSpdDebug() ? HAL_NFC_STATUS_FAILED : in StartPatchDownload()
26 class SpdHelper35 SpdHelper();36 static SpdHelper& getInstance();