Home
last modified time | relevance | path

Searched defs:onVsync (Results 1 – 8 of 8) sorted by relevance

/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/libs/vr/libdisplay/
Dvsync_service.cpp35 virtual status_t onVsync(int64_t vsync_timestamp) { in onVsync() function in android::dvr::BpVsyncCallback
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java180 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync() method in DisplayEventReceiver
DChoreographer.java981 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync() method in Choreographer.FrameDisplayEventReceiver
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp211 void DisplayDevice::onVsync(nsecs_t timestamp) { in onVsync() function in android::DisplayDevice
/frameworks/native/services/surfaceflinger/DisplayHardware/
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/libs/vr/libvrflinger/
Dhardware_composer.cpp1155 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.cpp973 status_t VrHwc::VsyncCallback::onVsync(int64_t vsync_timestamp) { in onVsync() function in android::dvr::VrHwc::VsyncCallback