Home
last modified time | relevance | path

Searched refs:MAX_RETRY (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/component/
DVtsHalMediaC2V1_0TargetComponentTest.cpp186 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_F()
193 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_F()
224 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_F()
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp79 while ((maxRetry < MAX_RETRY) && (queueSize < MAX_INPUT_BUFFERS)) { in waitOnInputConsumption()
DBenchmarkC2Common.h33 #define MAX_RETRY 20 macro
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.h42 #define MAX_RETRY 20 macro
Dmedia_c2_hidl_test_common.cpp68 while ((maxRetry < MAX_RETRY) && (queueSize < bufferCount)) { in waitOnInputConsumption()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.cpp84 if (mWorkQueue.empty()) mQueueCondition.wait_for(l, MAX_RETRY * TIME_OUT); in decodeFrames()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java115 private static final int MAX_RETRY = 2; field in UiccCarrierPrivilegeRules
437 if (ar.exception instanceof CommandException && retryCount < MAX_RETRY) { in shouldRetry()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp350 while (!work && (maxRetry < MAX_RETRY)) { in decodeNFrames()
360 if (!work && (maxRetry >= MAX_RETRY)) { in decodeNFrames()
581 while (!work && (maxRetry < MAX_RETRY)) { in TEST_F()
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp302 while (!work && (maxRetry < MAX_RETRY)) { in encodeNFrames()
312 if (!work && (maxRetry >= MAX_RETRY)) { in encodeNFrames()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp301 while (!work && (maxRetry < MAX_RETRY)) { in encodeNFrames()
311 if (!work && (maxRetry >= MAX_RETRY)) { in encodeNFrames()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp413 while (!work && (maxRetry < MAX_RETRY)) { in decodeNFrames()
423 if (!work && (maxRetry >= MAX_RETRY)) { in decodeNFrames()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp145 if (mWorkQueue.empty()) mQueueCondition.wait_for(l, MAX_RETRY * TIME_OUT); in encodeFrames()