Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderThread.h82 class DummyVsyncSource; variable
140 friend class DummyVsyncSource; variable
DRenderThread.cpp87 class DummyVsyncSource : public VsyncSource { class
89 DummyVsyncSource(RenderThread* renderThread) : mRenderThread(renderThread) {} in DummyVsyncSource() function in android::uirenderer::renderthread::DummyVsyncSource
160 mVsyncSource = new DummyVsyncSource(this); in initializeChoreographer()