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