Home
last modified time | relevance | path

Searched defs:onVsync (Results 1 – 7 of 7) 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.java159 public void onVsync(long timestampNanos, long physicalDisplayId, int frame) { in onVsync() method in DisplayEventReceiver
DChoreographer.java926 public void onVsync(long timestampNanos, long physicalDisplayId, int frame) { in onVsync() method in Choreographer.FrameDisplayEventReceiver
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp100 android::hardware::Return<void> onVsync(hal::HWDisplayId display, int64_t timestamp) override { in onVsync() function in __anon3f55b7ad0111::ComposerCallbackBridge
207 bool HWComposer::onVsync(hal::HWDisplayId hwcDisplayId, int64_t timestamp) { in onVsync() function in android::impl::HWComposer
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp1188 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