Home
last modified time | relevance | path

Searched defs:kMaxRetryCount (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h118 static const int kMaxRetryCount = 3; // 3 retries in case of buffer drop variable
/aosp_15_r20/system/logging/logd/
H A DLogBufferTest.cpp322 constexpr int kMaxRetryCount = 50; in TEST_P() local