Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/component/
DVtsHalMediaC2V1_0TargetComponentTest.cpp204 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_P()
211 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_P()
242 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_P()
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DAutoDataSwitchControllerTest.java83 private static final int MAX_RETRY = 5; field in AutoDataSwitchControllerTest
168 doReturn(MAX_RETRY).when(mDataConfigManager).getAutoDataSwitchValidationMaxRetry(); in setUp()
597 for (int i = 0; i < MAX_RETRY; i++) { in testValidationFailedRetry()
601 verify(mMockedPhoneSwitcherCallback, times(MAX_RETRY)) in testValidationFailedRetry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGbaManager.java62 public static final int MAX_RETRY = 5; field in GbaManager
100 if (mRetryTimes++ < MAX_RETRY) { in handleMessage()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.h32 #define MAX_RETRY 20 macro
Dmedia_c2_hidl_test_common.cpp118 while ((maxRetry < MAX_RETRY) && (queueSize < bufferCount)) { in waitOnInputConsumption()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.cpp86 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
399 if (ar.exception instanceof CommandException && retryCount < MAX_RETRY) { in shouldRetry()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp147 if (mWorkQueue.empty()) mQueueCondition.wait_for(l, MAX_RETRY * TIME_OUT); in encodeFrames()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java161 for (int i = 0; i < GbaManager.MAX_RETRY; i++) { in testFailAndRetryOnRequest()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp467 while (!work && (maxRetry < MAX_RETRY)) { in decodeNFrames()
477 if (!work && (maxRetry >= MAX_RETRY)) { in decodeNFrames()
772 while (!work && (maxRetry < MAX_RETRY)) { in TEST_P()
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp353 while (!work && (maxRetry < MAX_RETRY)) { in encodeNFrames()
363 if (!work && (maxRetry >= MAX_RETRY)) { in encodeNFrames()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp352 while (!work && (maxRetry < MAX_RETRY)) { in encodeNFrames()
362 if (!work && (maxRetry >= MAX_RETRY)) { in encodeNFrames()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp443 while (!work && (maxRetry < MAX_RETRY)) { in decodeNFrames()
453 if (!work && (maxRetry >= MAX_RETRY)) { in decodeNFrames()