Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimationUtil.cpp60 const int SERVICE_WAIT_SLEEP_MS = 100; in waitForSurfaceFlinger() local
69 usleep(SERVICE_WAIT_SLEEP_MS * 1000); in waitForSurfaceFlinger()
72 if (totalWaited > SERVICE_WAIT_SLEEP_MS) { in waitForSurfaceFlinger()