HomeSort by relevance Sort by last modified time
    Searched defs:doWait (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
Thread.cpp 533 bool doWait = false;
563 doWait = true;
583 if (doWait) {
    [all...]
  /frameworks/base/libs/rs/
rsContext.cpp 249 bool doWait = true;
255 if (!doWait) {
258 doWait = true;
262 mDraw |= rsc->mIO.playCoreCommands(rsc, doWait, waitTime);
269 doWait = (delay == 0);
283 doWait = true;

Completed in 23 milliseconds