Home
last modified time | relevance | path

Searched refs:mVsyncSource (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp214 , 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()
DRenderThread.h224 VsyncSource* mVsyncSource; variable