Searched defs:tries (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp410 const int tries = 3; local
412 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) {
6328 // Force input into standby so that it tries to recover at next read attempt

Completed in 156 milliseconds