Searched refs:mVsyncSource (Results 1 – 3 of 3) sorted by relevance
229 , mVsyncSource(nullptr) in RenderThread()246 LOG_ALWAYS_FATAL_IF(mVsyncSource, "Initializing a second Choreographer?"); in initializeChoreographer()257 mVsyncSource = new ChoreographerSource(this); in initializeChoreographer()259 mVsyncSource = new DummyVsyncSource(this); in initializeChoreographer()447 mVsyncSource->requestNextVsync(); in requestVsync()464 mVsyncSource->drainPendingEvents(); in threadLoop()
225 VsyncSource* mVsyncSource; variable
57 , mVsyncSource(nullptr) in RenderThread()