Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp44 void SpdHelper::setPatchAsBadImpl() { mIsPatchBad = true; } in setPatchAsBadImpl()
65 mIsPatchBad = false; in isPatchBadImpl()
70 mErrorCount, (mIsPatchBad ? "" : "not ")); in isPatchBadImpl()
72 return mIsPatchBad; in isPatchBadImpl()
87 mIsPatchBad = false; in SpdHelper()
/system/nfc/halimpl/bcm2079x/include/
Dspdhelper.h44 bool mIsPatchBad; variable