Searched refs:kMaxRetryCount (Results 1 – 3 of 3) sorted by relevance
322 constexpr int kMaxRetryCount = 50; in TEST_P() local324 for (; count < kMaxRetryCount; ++count) { in TEST_P()331 ASSERT_LT(count, kMaxRetryCount); in TEST_P()349 for (count = 0; count < kMaxRetryCount; ++count) { in TEST_P()356 ASSERT_LT(count, kMaxRetryCount); in TEST_P()
118 static const int kMaxRetryCount = 3; // 3 retries in case of buffer drop variable
658 if (mNewCaptureErrorCnt > kMaxRetryCount) { in manageStandardCaptureWait()659 ALOGW("Exceeding multiple retry limit of %d due to buffer drop", kMaxRetryCount); in manageStandardCaptureWait()