Home
last modified time | relevance | path

Searched refs:kMaxRetryCount (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/logging/logd/
H A DLogBufferTest.cpp322 constexpr int kMaxRetryCount = 50; in TEST_P() local
324 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()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h118 static const int kMaxRetryCount = 3; // 3 retries in case of buffer drop variable
H A DCaptureSequencer.cpp658 if (mNewCaptureErrorCnt > kMaxRetryCount) { in manageStandardCaptureWait()
659 ALOGW("Exceeding multiple retry limit of %d due to buffer drop", kMaxRetryCount); in manageStandardCaptureWait()