Searched refs:tries (Results 1 - 4 of 4) 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/libmediaplayerservice/
H A DMediaPlayerService.cpp1909 for (unsigned tries = 0;;) {
1925 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries,
1935 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries,
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp406 const int tries = 3; local
408 for (int i = 0; i < tries; ++i) {
/frameworks/av/services/audioflinger/
H A DThreads.cpp285 const int tries = 3; local
287 for (int i = 0; i < tries; ++i) {
6079 // Force input into standby so that it tries to recover at next read attempt

Completed in 96 milliseconds