Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsContext.cpp249 bool doWait = true; in threadProc() local
255 if (!doWait) { in threadProc()
258 doWait = true; in threadProc()
262 mDraw |= rsc->mIO.playCoreCommands(rsc, doWait, waitTime); in threadProc()
269 doWait = (delay == 0); in threadProc()
283 doWait = true; in threadProc()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java2459 boolean doWait = sync; in sendWindowWallpaperCommandLocked()
2478 if (doWait) { in sendWindowWallpaperCommandLocked()