Lines Matching refs:SpdHelper
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()
99 SpdHelper::SpdHelper() in SpdHelper() function in SpdHelper