Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp37 mIsPatchBad = true; in setPatchAsBadImpl()
63 mIsPatchBad = false; in isPatchBadImpl()
67 …s %sa known bad patch file", __func__, mPatchId.c_str(), mErrorCount, (mIsPatchBad ? "" : "not ")); in isPatchBadImpl()
69 return mIsPatchBad; in isPatchBadImpl()
/external/libnfc-nci/halimpl/bcm2079x/include/
Dspdhelper.h27 bool mIsPatchBad; variable