Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
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()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DFileUpdater.java111 FileUpdater(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdater() argument
115 MAX_RETRIES = maxRetries; in FileUpdater()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
DFileUpdaterTest.java60 FileUpdaterTestable(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdaterTestable() argument
61 super(context, looper, maxRetries, retryIntervalMs); in FileUpdaterTestable()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3234 const int maxRetries = use == AUDIO_UNIQUE_ID_USE_SESSION ? 3 : 1; in nextUniqueId() local
3235 for (int retry = 0; retry < maxRetries; retry++) { in nextUniqueId()