Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h126 class ChoreographerSource; variable
196 friend class ChoreographerSource; variable
H A DRenderThread.cpp163 class ChoreographerSource : public VsyncSource { class
165 ChoreographerSource(RenderThread* renderThread) : mRenderThread(renderThread) {} in ChoreographerSource() function in android::uirenderer::renderthread::ChoreographerSource