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

  /frameworks/base/libs/androidfw/
DisplayEventDispatcher.cpp 118 bool gotVsync = false;
129 gotVsync = true;
146 return gotVsync;
  /frameworks/base/libs/input/
PointerController.cpp 494 bool gotVsync = false;
502 gotVsync = true;
506 if (gotVsync) {

Completed in 193 milliseconds