Searched refs:MAX_ERRORS (Results 1 – 2 of 2) sorted by relevance
27 const int MAX_ERRORS = 10; variable34 return (mTagConsumed && feof(mFile)) || mErrorCount > MAX_ERRORS; in atEnd()103 if (++mErrorCount <= MAX_ERRORS) { in error()
388 if (pmc.mErrorCount < PlayMonitorClient.MAX_ERRORS) { in dispatchPlaybackChange()619 static final int MAX_ERRORS = 5; field in PlaybackActivityMonitor.PlayMonitorClient