Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp39 if (++mErrorCount >= mMaxErrorCount) { in incErrorCountImpl()
84 if (!GetNumValue((char*)NAME_SPD_MAXRETRYCOUNT, &mMaxErrorCount, in SpdHelper()
85 sizeof(mMaxErrorCount))) in SpdHelper()
86 mMaxErrorCount = DEFAULT_SPD_MAXRETRYCOUNT; in SpdHelper()
/system/nfc/halimpl/bcm2079x/include/
Dspdhelper.h43 int mMaxErrorCount; variable