Searched defs:vsync (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/gui/
H A DDisplayEventReceiver.h65 VSync vsync; member in union:android::DisplayEventReceiver::Event::__anon1359
125 * if the vsync rate is > 0.
/frameworks/native/services/surfaceflinger/
H A DLayer.h132 Statistics() : timestamp(0), set(0), vsync(0) { }
135 nsecs_t vsync; // vsync immediately before set member in struct:android::Layer::Statistics
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp143 mCBContext->procs.vsync = &hook_vsync;
152 // don't need a vsync thread if we have a hardware composer
154 // always turn vsync off when we start
278 ctx->hwc->vsync(disp, timestamp);
292 void HWComposer::vsync(int disp, int64_t timestamp) { function in class:android::HWComposer
1023 // we missed, find where the next vsync should be

Completed in 82 milliseconds