Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java180 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync() method in DisplayEventReceiver
260 onVsync(timestampNanos, physicalDisplayId, frame, in dispatchVsync()
DChoreographer.java981 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.cpp58 Return<void> onVsync(uint64_t timestamp, uint32_t count) override { in onVsync() function in TestCallback
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h91 MOCK_METHOD2(onVsync, bool(hal::HWDisplayId, int64_t));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h206 virtual bool onVsync(hal::HWDisplayId, int64_t timestamp) = 0;
342 bool onVsync(hal::HWDisplayId, int64_t timestamp) override;
DHWComposer.cpp98 Return<void> onVsync(hal::HWDisplayId display, int64_t timestamp) override { in onVsync() function in android::__anoneaf9c0090111::ComposerCallbackBridge
205 bool HWComposer::onVsync(hal::HWDisplayId hwcDisplayId, int64_t timestamp) { in onVsync() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h190 void onVsync(nsecs_t timestamp);
DDisplayDevice.cpp211 void DisplayDevice::onVsync(nsecs_t timestamp) { in onVsync() function in android::DisplayDevice
DSurfaceFlinger.cpp1727 display->onVsync(timestamp); in onComposerHalVsync()
1730 if (!getHwComposer().onVsync(hwcDisplayId, timestamp)) { in onComposerHalVsync()
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h376 hardware::Return<void> onVsync(Hwc2::Display display,
Dhardware_composer.cpp1093 if ((*iter)->onVsync(vsync_timestamp) == android::DEAD_OBJECT) { in OnVsync()
1155 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.h375 status_t onVsync(int64_t vsync_timestamp) override;
Dvr_hwc.cpp973 status_t VrHwc::VsyncCallback::onVsync(int64_t vsync_timestamp) { in onVsync() function in android::dvr::VrHwc::VsyncCallback
977 callback_->onVsync(kDefaultDisplayId, vsync_timestamp); in onVsync()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp818 mEventCallback->onVsync(PRIMARY_DISPLAY, timestamp); in requestVSync()
/frameworks/base/boot/
Dboot-image-profile.txt16454 HSPLandroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JJILandroid/view/DisplayEventRec…
/frameworks/base/config/
Dboot-image-profile.txt16503 HSPLandroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JJILandroid/view/DisplayEventRec…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62947 Landroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JII)V