Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp197 , 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()
H A DRenderThread.h221 VsyncSource* mVsyncSource; variable