Searched refs:vsync (Results 1 - 18 of 18) sorted by last modified time

/frameworks/native/include/gui/
H A DDisplayEventReceiver.h65 VSync vsync; member in union:android::DisplayEventReceiver::Event::__anon1367
125 * if the vsync rate is > 0.
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp166 ALOGE("~Device: Failed to disable vsync for display %" PRIu64
236 void Device::registerVsyncCallback(VsyncCallback vsync) argument
238 mVsync = vsync;
H A DHWC2.h80 void registerVsyncCallback(VsyncCallback vsync);
H A DHWC2On1Adapter.cpp98 vsync = &vsyncHook;
534 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); local
536 vsync(callbackData, pendingVsync.first, pendingVsync.second);
1020 ALOGE_IF(error != 0, "setVsyncEnabled: Failed to set vsync on HWC1 (%d)",
2588 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); local
2589 vsync(callbackInfo.data, displayId, timestamp);
H A DHWComposer.cpp101 auto vsyncHook = std::bind(&HWComposer::vsync, this,
205 void HWComposer::vsync(const std::shared_ptr<HWC2::Display>& display, function in class:android::HWComposer
210 ALOGE("vsync: Failed to determine type of display %" PRIu64,
216 ALOGE("Virtual display %" PRIu64 " passed to vsync callback",
222 ALOGE("Unknown physical display %" PRIu64 " passed to vsync callback",
231 // There have been reports of HWCs that signal several vsync events
389 ALOGE("setVsyncEnabled: Failed to set vsync to %s on %d/%" PRIu64
H A DHWComposer.h175 void vsync(const std::shared_ptr<HWC2::Display>& display,
H A DHWComposer_hwc1.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
1297 // we missed, find where the next vsync should be
H A DHWComposer_hwc1.h320 inline void vsync(int disp, int64_t timestamp);
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp59 mVSyncEvent[i].vsync.count = 0;
142 // disable reliance on h/w vsync
151 // resume use of h/w vsync
162 mVSyncEvent[0].vsync.count++;
211 // This will return when (1) a vsync event has been received, and (2) there was
228 // we have a vsync event to dispatch
231 vsyncCount = mVSyncEvent[i].vsync.count;
237 // no vsync event, see if there are some other event
253 // we need vsync events because at least
258 // (ie: we received a vsync even
[all...]
/frameworks/native/services/surfaceflinger/tests/vsync/
H A DAndroid.mk5 vsync.cpp
14 LOCAL_MODULE:= test-vsync-events
H A Dvsync.cpp35 printf("event vsync: count=%d\t", buffer[i].vsync.count);
/frameworks/base/libs/androidfw/
H A DDisplayEventDispatcher.cpp66 ALOGV("dispatcher %p ~ Scheduling vsync.", this);
79 ALOGW("Failed to request next vsync, status=%d", status);
101 // Drain all pending events, keep the last vsync.
126 // Later vsync events will just overwrite the info from earlier
131 *outCount = ev.vsync.count;
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp249 // the vsync was estimated due to being slow handling the signal.
253 // Already drew for this vsync pulse, UI draw request missed
564 nsecs_t vsync = mRenderThread.timeLord().computeFrameTimeNanos(); local
568 .setVsync(vsync, vsync);
H A DDrawFrameTask.cpp116 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; local
117 mRenderThread->timeLord().vsyncReceived(vsync);
H A DTimeLord.cpp27 bool TimeLord::vsyncReceived(nsecs_t vsync) { argument
28 if (vsync > mFrameTimeNanos) {
29 mFrameTimeNanos = vsync;
H A DTimeLord.h34 // returns true if the vsync is newer, false if it was rejected for staleness
35 bool vsyncReceived(nsecs_t vsync);
/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp96 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); local
97 UiFrameInfoBuilder(proxy->frameInfo()).setVsync(vsync, vsync);
108 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); local
111 UiFrameInfoBuilder(proxy->frameInfo()).setVsync(vsync, vsync);
118 avgMs.add((done - vsync) / 1000000.0);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp524 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); local
526 .setVsync(vsync, vsync)

Completed in 115 milliseconds