Home
last modified time | relevance | path

Searched refs:kMaxAttempts (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayIdGenerator.h44 constexpr int kMaxAttempts = 1000; in generateId() local
46 for (int attempts = 0; attempts < kMaxAttempts; attempts++) { in generateId()
54 LOG_ALWAYS_FATAL("Couldn't generate ID after %d attempts", kMaxAttempts); in generateId()
DSurfaceFlinger.cpp3428 constexpr int kMaxAttempts = 3; in loadDisplayModes() local
3474 if (attempt + 1 == kMaxAttempts) { in loadDisplayModes()
3513 } while (++attempt < kMaxAttempts); in loadDisplayModes()
3515 if (attempt == kMaxAttempts) { in loadDisplayModes()