Searched refs:gotVsync (Results 1 – 2 of 2) sorted by relevance
161 bool gotVsync = false; in processPendingEvents() local173 gotVsync = true; in processPendingEvents()223 return gotVsync; in processPendingEvents()
181 bool gotVsync = false; in handleVsyncEvents() local189 gotVsync = true; in handleVsyncEvents()193 if (gotVsync) { in handleVsyncEvents()