Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderThread.h125 class DummyVsyncSource; variable
190 friend class DummyVsyncSource; variable
DRenderThread.cpp154 class DummyVsyncSource : public VsyncSource { class
156 DummyVsyncSource(RenderThread* renderThread) : mRenderThread(renderThread) {} in DummyVsyncSource() function in android::uirenderer::renderthread::DummyVsyncSource
227 mVsyncSource = new DummyVsyncSource(this); in initializeChoreographer()