/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/component/ |
D | VtsHalMediaC2V1_0TargetComponentTest.cpp | 204 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/ |
D | BenchmarkC2Common.cpp | 79 while ((maxRetry < MAX_RETRY) && (queueSize < MAX_INPUT_BUFFERS)) { in waitOnInputConsumption()
|
D | BenchmarkC2Common.h | 33 #define MAX_RETRY 20 macro
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | AutoDataSwitchControllerTest.java | 83 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/ |
D | GbaManager.java | 62 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/ |
D | media_c2_hidl_test_common.h | 32 #define MAX_RETRY 20 macro
|
D | media_c2_hidl_test_common.cpp | 118 while ((maxRetry < MAX_RETRY) && (queueSize < bufferCount)) { in waitOnInputConsumption()
|
/frameworks/av/media/tests/benchmark/src/native/decoder/ |
D | C2Decoder.cpp | 86 if (mWorkQueue.empty()) mQueueCondition.wait_for(l, MAX_RETRY * TIME_OUT); in decodeFrames()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCarrierPrivilegeRules.java | 115 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/ |
D | C2Encoder.cpp | 147 if (mWorkQueue.empty()) mQueueCondition.wait_for(l, MAX_RETRY * TIME_OUT); in encodeFrames()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GbaManagerTest.java | 161 for (int i = 0; i < GbaManager.MAX_RETRY; i++) { in testFailAndRetryOnRequest()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 467 while (!work && (maxRetry < MAX_RETRY)) { in decodeNFrames() 477 if (!work && (maxRetry >= MAX_RETRY)) { in decodeNFrames() 772 while (!work && (maxRetry < MAX_RETRY)) { in TEST_P()
|
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 353 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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 352 while (!work && (maxRetry < MAX_RETRY)) { in encodeNFrames() 362 if (!work && (maxRetry >= MAX_RETRY)) { in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 443 while (!work && (maxRetry < MAX_RETRY)) { in decodeNFrames() 453 if (!work && (maxRetry >= MAX_RETRY)) { in decodeNFrames()
|