Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderThread.h81 class ChoreographerSource; variable
141 friend class ChoreographerSource; variable
DRenderThread.cpp70 class ChoreographerSource : public VsyncSource { class
72 ChoreographerSource(RenderThread* renderThread) : mRenderThread(renderThread) {} in ChoreographerSource() function in android::uirenderer::renderthread::ChoreographerSource
158 mVsyncSource = new ChoreographerSource(this); in initializeChoreographer()