Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp39 if (++mErrorCount >= mMaxErrorCount) { in incErrorCountImpl()
64 mErrorCount = 0; in isPatchBadImpl()
70 mErrorCount, (mIsPatchBad ? "" : "not ")); in isPatchBadImpl()
82 mErrorCount = 0; in SpdHelper()
/system/nfc/halimpl/bcm2079x/include/
Dspdhelper.h42 int mErrorCount; variable