Searched defs:vsync (Results 1 - 6 of 6) sorted by last modified time

/frameworks/native/include/gui/
H A DDisplayEventReceiver.h65 VSync vsync; member in union:android::DisplayEventReceiver::Event::__anon1314
125 * if the vsync rate is > 0.
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp140 mCBContext->procs.vsync = &hook_vsync;
149 // don't need a vsync thread if we have a hardware composer
151 // always turn vsync off when we start
267 ctx->hwc->vsync(disp, timestamp);
281 void HWComposer::vsync(int disp, int64_t timestamp) { function in class:android::HWComposer
286 // There have been reports of HWCs that signal several vsync events
1276 // we missed, find where the next vsync should be
/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp114 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; local
115 mRenderThread->timeLord().vsyncReceived(vsync);
H A DTimeLord.cpp27 bool TimeLord::vsyncReceived(nsecs_t vsync) { argument
28 if (vsync > mFrameTimeNanos) {
29 mFrameTimeNanos = vsync;
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp115 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); local
117 .setVsync(vsync, vsync);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp499 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); local
501 .setVsync(vsync, vsync)

Completed in 160 milliseconds