Home | History | Annotate | Download | only in adaptation

Lines Matching refs:SpdHelper

21 #include "spdhelper.h"
24 void SpdHelper::setPatchAsBad()
29 void SpdHelper::incErrorCount()
34 bool SpdHelper::isPatchBad(UINT8* prm, UINT32 len)
39 bool SpdHelper::isSpdDebug()
46 void SpdHelper::incErrorCountImpl()
54 void SpdHelper::setPatchAsBadImpl()
69 bool SpdHelper::isPatchBadImpl(UINT8* prm, UINT32 len)
91 SpdHelper& SpdHelper::getInstance()
93 static SpdHelper* theInstance = NULL;
95 theInstance= new SpdHelper;
99 SpdHelper::SpdHelper()