Home
last modified time | relevance | path

Searched defs:Vsync (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.h111 struct Vsync { struct
129 Vsync mVsync; argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHal.h70 using Vsync = IComposerClient::Vsync; variable
/frameworks/base/libs/hwui/
DFrameInfo.h37 Vsync, enumerator
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp137 struct Vsync { struct in android::LayerCallbackTest
138 int64_t vsyncId = FrameTimelineInfo::INVALID_VSYNC_ID;
139 nsecs_t expectedPresentTime = std::numeric_limits<nsecs_t>::max();
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_displayhardware_fuzzer.cpp56 using Vsync = IComposerClient::Vsync; typedef