Searched refs:mWaitingForVsync (Results 1 – 2 of 2) sorted by relevance
39 : mLooper(looper), mReceiver(vsyncSource, eventRegistration), mWaitingForVsync(false) { in DisplayEventDispatcher()69 if (!mWaitingForVsync) { in scheduleVsync()88 mWaitingForVsync = true; in scheduleVsync()126 mWaitingForVsync = false; in handleEvent()
58 bool mWaitingForVsync; variable