Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp229 , 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()
DRenderThread.h225 VsyncSource* mVsyncSource; variable
/frameworks/base/libs/hwui/platform/host/renderthread/
DRenderThread.cpp57 , mVsyncSource(nullptr) in RenderThread()