Home
last modified time | relevance | path

Searched refs:maxRetries (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_steal_exclusive.cpp105 void setMaxRetries(int maxRetries) { in setMaxRetries() argument
106 mMaxRetries = maxRetries; in setMaxRetries()
335 int maxRetries = 1; in main() local
358 maxRetries = atoi(&arg[2]); in main()
377 victim.setMaxRetries(maxRetries); in main()
378 thief.setMaxRetries(maxRetries); in main()
/aosp12/system/chre/platform/slpi/include/chre/platform/slpi/see/
H A Dsee_helper.h185 uint8_t minNumSuids, uint32_t maxRetries,
195 uint32_t maxRetries = (mHaveTimedOutOnSuidLookup) ? 0 : 40; variable
196 return findSuidSync(dataType, suids, minNumSuids, maxRetries,
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DFileUpdater.java113 FileUpdater(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdater() argument
117 MAX_RETRIES = maxRetries; in FileUpdater()
/aosp12/system/netd/server/
H A DIptablesRestoreControllerTest.cpp193 void setRetryParameters(int maxRetries, int pollTimeoutMs) { in setRetryParameters() argument
194 con.MAX_RETRIES = maxRetries; in setRetryParameters()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
H A DFileUpdaterTest.java60 FileUpdaterTestable(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdaterTestable() argument
61 super(context, looper, maxRetries, retryIntervalMs); in FileUpdaterTestable()
/aosp12/system/chre/platform/slpi/see/
H A Dsee_helper.cc1648 uint8_t minNumSuids, uint32_t maxRetries, in findSuidSync() argument
1676 } while (suids->size() < minNumSuids && trialCount < maxRetries); in findSuidSync()
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp4455 int maxRetries; in TEST_F() member
4470 SCOPED_TRACE(fmt::format("testConfig: [{}, {}]", config.asyncHandshake, config.maxRetries)); in TEST_F()
4488 ScopedSystemProperties sp4(kDotMaxretriesFlag, std::to_string(config.maxRetries)); in TEST_F()
4547 int maxRetries; in TEST_F() member
4578 ScopedSystemProperties sp4(kDotMaxretriesFlag, std::to_string(config.maxRetries)); in TEST_F()
4627 config.dotQueryTimeoutMs < (config.dotConnectTimeoutMs * config.maxRetries)) { in TEST_F()
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3335 const int maxRetries = use == AUDIO_UNIQUE_ID_USE_SESSION ? 3 : 1; in nextUniqueId() local
3336 for (int retry = 0; retry < maxRetries; retry++) { in nextUniqueId()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...