Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp48 if (++mErrorCount >= mMaxErrorCount) in incErrorCountImpl()
103 if(!GetNumValue((char*)NAME_SPD_MAXRETRYCOUNT, &mMaxErrorCount, sizeof(mMaxErrorCount))) in SpdHelper()
104 mMaxErrorCount = DEFAULT_SPD_MAXRETRYCOUNT; in SpdHelper()
/external/libnfc-nci/halimpl/bcm2079x/include/
Dspdhelper.h44 int mMaxErrorCount; variable