Searched refs:mMaxErrorCount (Results 1 – 2 of 2) sorted by relevance
48 if (++mErrorCount >= mMaxErrorCount) in incErrorCountImpl()103 if(!GetNumValue((char*)NAME_SPD_MAXRETRYCOUNT, &mMaxErrorCount, sizeof(mMaxErrorCount))) in SpdHelper()104 mMaxErrorCount = DEFAULT_SPD_MAXRETRYCOUNT; in SpdHelper()
44 int mMaxErrorCount; variable