Searched refs:mVsyncSource (Results 1 – 2 of 2) sorted by relevance
227 , mVsyncSource(nullptr) in RenderThread()244 LOG_ALWAYS_FATAL_IF(mVsyncSource, "Initializing a second Choreographer?"); in initializeChoreographer()255 mVsyncSource = new ChoreographerSource(this); in initializeChoreographer()257 mVsyncSource = new DummyVsyncSource(this); in initializeChoreographer()437 mVsyncSource->requestNextVsync(); in requestVsync()454 mVsyncSource->drainPendingEvents(); in threadLoop()
228 VsyncSource* mVsyncSource; variable