Home
last modified time | relevance | path

Searched refs:onVsync (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java143 public void onVsync(long timestampNanos, long physicalDisplayId, int frame) { in onVsync() method in DisplayEventReceiver
187 onVsync(timestampNanos, physicalDisplayId, frame); in dispatchVsync()
DChoreographer.java920 public void onVsync(long timestampNanos, long physicalDisplayId, int frame) { in onVsync() method in Choreographer.FrameDisplayEventReceiver
/frameworks/native/libs/vr/libdisplay/
Dvsync_service.cpp20 onVsync(vsync_timestamp); in onTransact()
35 virtual status_t onVsync(int64_t vsync_timestamp) { in onVsync() function in android::dvr::BpVsyncCallback
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Dvsync_service.h17 virtual status_t onVsync(int64_t vsync_timestamp) = 0;
/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal23 oneway onVsync(uint64_t timestamp, uint32_t count);
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp105 auto ret = mCallback->onVsync(timestamp, event.vsync.count); in handleEvent()
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
DVtsFwkDisplayServiceV1_0TargetTest.cpp56 Return<void> onVsync(uint64_t timestamp, uint32_t count) override { in onVsync() function in TestCallback
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h73 MOCK_METHOD2(onVsync, bool(hwc2_display_t, int64_t));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h153 virtual bool onVsync(hwc2_display_t hwcDisplayId, int64_t timestamp) = 0;
286 bool onVsync(hwc2_display_t hwcDisplayId, int64_t timestamp) override;
DHWComposer.cpp173 bool HWComposer::onVsync(hwc2_display_t hwcDisplayId, int64_t timestamp) { in onVsync() function in android::impl::HWComposer
DHWC2.cpp82 Return<void> onVsync(Hwc2::Display display, int64_t timestamp) override in onVsync() function in HWC2::__anon0fbaf5f80111::ComposerCallbackBridge
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h367 hardware::Return<void> onVsync(Hwc2::Display display,
Dhardware_composer.cpp1118 if ((*iter)->onVsync(vsync_timestamp) == android::DEAD_OBJECT) { in OnVsync()
1180 Return<void> HardwareComposer::ComposerCallback::onVsync(Hwc2::Display display, in onVsync() function in android::dvr::HardwareComposer::ComposerCallback
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h301 status_t onVsync(int64_t vsync_timestamp) override;
Dvr_hwc.cpp1014 status_t VrHwc::VsyncCallback::onVsync(int64_t vsync_timestamp) { in onVsync() function in android::dvr::VrHwc::VsyncCallback
1018 callback_->onVsync(kDefaultDisplayId, vsync_timestamp); in onVsync()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp516 mEventCallback->onVsync(PRIMARY_DISPLAY, timestamp); in requestVSync()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1440 if (!getHwComposer().onVsync(hwcDisplayId, timestamp)) { in onVsyncReceived()
/frameworks/base/config/
Dboot-image-profile.txt16022 HSPLandroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JJI)V
Dhiddenapi-greylist-max-o.txt79336 Landroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JII)V