Searched refs:onVsync (Results 1 - 13 of 13) 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.java887 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 auto ret = mCallback->onVsync(timestamp, event.vsync.count);
107 LOG(ERROR) << "AttachedEvent handleEvent fails on onVsync callback"
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h150 bool onVsync(hwc2_display_t displayId, int64_t timestamp,
H A DHWComposer.cpp153 bool HWComposer::onVsync(hwc2_display_t displayId, int64_t timestamp, function in class:android::HWComposer
157 ALOGE("onVsync Failed to find display %" PRIu64, displayId);
163 ALOGE("onVsync: Failed to determine type of display %" PRIu64,
H A DHWC2.cpp83 Return<void> onVsync(Hwc2::Display display, int64_t timestamp) override
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h359 hardware::Return<void> onVsync(Hwc2::Display display,
H A Dhardware_composer.cpp1124 Return<void> HardwareComposer::ComposerCallback::onVsync(Hwc2::Display display, function in class:android::dvr::HardwareComposer::ComposerCallback
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp516 mEventCallback->onVsync(PRIMARY_DISPLAY, timestamp);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1334 if (!getBE().mHwc->onVsync(displayId, timestamp, &type)) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 246 milliseconds