Searched refs:onVsync (Results 1 - 11 of 11) sorted by relevance

/frameworks/hardware/interfaces/displayservice/1.0/
H A DIEventCallback.hal23 oneway onVsync(uint64_t timestamp, uint32_t count);
/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java140 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { method in class:DisplayEventReceiver
171 onVsync(timestampNanos, builtInDisplayId, frame);
H A DChoreographer.java849 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { method in class:Choreographer.FrameDisplayEventReceiver
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
H A DVtsFwkDisplayServiceV1_0TargetTest.cpp56 Return<void> onVsync(uint64_t timestamp, uint32_t count) override {
57 ALOGE("onVsync: timestamp=%" PRIu64 " count=%d", timestamp, count);
63 ALOGE("onVsync: timestamp=%" PRIu64 " connected=%s", timestamp, connected ? "true" : "false");
/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp105 mCallback->onVsync(timestamp, event.vsync.count);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h141 bool onVsync(hwc2_display_t displayId, int64_t timestamp,
H A DHWC2.cpp82 Return<void> onVsync(Hwc2::Display display, int64_t timestamp) override
H A DHWComposer.cpp142 bool HWComposer::onVsync(hwc2_display_t displayId, int64_t timestamp, function in class:android::HWComposer
146 ALOGE("onVsync Failed to find display %" PRIu64, displayId);
152 ALOGE("onVsync: Failed to determine type of display %" PRIu64,
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h362 hardware::Return<void> onVsync(Hwc2::Display display,
H A Dhardware_composer.cpp975 Return<void> HardwareComposer::ComposerCallback::onVsync(Hwc2::Display display, function in class:android::dvr::HardwareComposer::ComposerCallback
983 "HardwareComposer::ComposerCallback::onVsync: Received vsync on "
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1214 if (!mHwc->onVsync(displayId, timestamp, &type)) {

Completed in 1044 milliseconds