Searched refs:mMaxErrorCount (Results 1 – 2 of 2) sorted by relevance
39 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()
43 int mMaxErrorCount; variable