Searched refs:kMaxReadFailureAttempts (Results 1 – 2 of 2) sorted by relevance
63 static constexpr int kMaxReadFailureAttempts = 3; variable
309 if (++mReadFailureCount < kMaxReadFailureAttempts) { in inRead()