Home
last modified time | relevance | path

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

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