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

/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 1867 milliseconds