Searched refs:mVsyncSource (Results 1 – 2 of 2) sorted by relevance
214 , mVsyncSource(nullptr) in RenderThread()231 LOG_ALWAYS_FATAL_IF(mVsyncSource, "Initializing a second Choreographer?"); in initializeChoreographer()242 mVsyncSource = new ChoreographerSource(this); in initializeChoreographer()244 mVsyncSource = new DummyVsyncSource(this); in initializeChoreographer()425 mVsyncSource->requestNextVsync(); in requestVsync()442 mVsyncSource->drainPendingEvents(); in threadLoop()
224 VsyncSource* mVsyncSource; variable