Searched refs:tries (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/
H A DSingleStateQueue.h124 for (int tries = 0; ; ) {
127 if (++tries >= MAX_TRIES) {
141 if (++tries >= MAX_TRIES) {
/frameworks/av/media/libmedia/include/media/
H A DSingleStateQueue.h124 for (int tries = 0; ; ) {
127 if (++tries >= MAX_TRIES) {
141 if (++tries >= MAX_TRIES) {
/frameworks/rs/tests/lldb/
H A Drun_tests.py411 tries = tries_number
418 tries -= 1
419 if tries == 0:
422 'Giving up trying to validate device after {0} tries.'
429 tries = 500
431 tries -= 1
432 if tries == 0:
/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_android.py208 tries = 10
209 try_number = tries
231 'or dead?' % tries)
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java384 int tries = 0;
386 tries++;
387 if (tries > MAX_SESSION_ID_CREATE_TRIES) {
388 Slog.w(TAG, "Cannot create session in " + MAX_SESSION_ID_CREATE_TRIES + " tries");
407 * @param uid UID of the process that tries to restore the session
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2095 for (unsigned tries = 0;;) {
2111 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries,
2122 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries,
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp364 const int tries = 3; local
366 for (int i = 0; i < tries; ++i) {
/frameworks/av/services/audioflinger/
H A DThreads.cpp295 const int tries = 3; local
297 for (int i = 0; i < tries; ++i) {
6370 // Force input into standby so that it tries to recover at next read attempt

Completed in 169 milliseconds