Home
last modified time | relevance | path

Searched refs:VsyncSource (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h77 struct VsyncSource { struct
80 virtual ~VsyncSource() {} in ~VsyncSource() argument
228 VsyncSource* mVsyncSource;
H A DRenderThread.cpp163 class ChoreographerSource : public VsyncSource {
180 class DummyVsyncSource : public VsyncSource {
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp105 static_cast<gui::ISurfaceComposer::VsyncSource>(vsyncSource), in NativeDisplayEventReceiver()