/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 180 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync() method in DisplayEventReceiver 260 onVsync(timestampNanos, physicalDisplayId, frame, in dispatchVsync()
|
D | Choreographer.java | 981 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync() method in Choreographer.FrameDisplayEventReceiver
|
/frameworks/native/libs/vr/libdisplay/ |
D | vsync_service.cpp | 20 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/ |
D | vsync_service.h | 17 virtual status_t onVsync(int64_t vsync_timestamp) = 0;
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IEventCallback.hal | 23 oneway onVsync(uint64_t timestamp, uint32_t count);
|
/frameworks/native/services/displayservice/ |
D | DisplayEventReceiver.cpp | 105 auto ret = mCallback->onVsync(timestamp, event.vsync.count); in handleEvent()
|
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/ |
D | VtsFwkDisplayServiceV1_0TargetTest.cpp | 58 Return<void> onVsync(uint64_t timestamp, uint32_t count) override { in onVsync() function in TestCallback
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 91 MOCK_METHOD2(onVsync, bool(hal::HWDisplayId, int64_t));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 206 virtual bool onVsync(hal::HWDisplayId, int64_t timestamp) = 0; 342 bool onVsync(hal::HWDisplayId, int64_t timestamp) override;
|
D | HWComposer.cpp | 98 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/ |
D | DisplayDevice.h | 190 void onVsync(nsecs_t timestamp);
|
D | DisplayDevice.cpp | 211 void DisplayDevice::onVsync(nsecs_t timestamp) { in onVsync() function in android::DisplayDevice
|
D | SurfaceFlinger.cpp | 1727 display->onVsync(timestamp); in onComposerHalVsync() 1730 if (!getHwComposer().onVsync(hwcDisplayId, timestamp)) { in onComposerHalVsync()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.h | 376 hardware::Return<void> onVsync(Hwc2::Display display,
|
D | hardware_composer.cpp | 1093 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/ |
D | vr_hwc.h | 375 status_t onVsync(int64_t vsync_timestamp) override;
|
D | vr_hwc.cpp | 973 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/ |
D | FakeComposerClient.cpp | 818 mEventCallback->onVsync(PRIMARY_DISPLAY, timestamp); in requestVSync()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16454 HSPLandroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JJILandroid/view/DisplayEventRec…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16503 HSPLandroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JJILandroid/view/DisplayEventRec…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 62947 Landroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JII)V
|