/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 143 public void onVsync(long timestampNanos, long physicalDisplayId, int frame) { in onVsync() method in DisplayEventReceiver 187 onVsync(timestampNanos, physicalDisplayId, frame); in dispatchVsync()
|
D | Choreographer.java | 920 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 | 56 Return<void> onVsync(uint64_t timestamp, uint32_t count) override { in onVsync() function in TestCallback
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 73 MOCK_METHOD2(onVsync, bool(hwc2_display_t, int64_t));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 153 virtual bool onVsync(hwc2_display_t hwcDisplayId, int64_t timestamp) = 0; 286 bool onVsync(hwc2_display_t hwcDisplayId, int64_t timestamp) override;
|
D | HWComposer.cpp | 173 bool HWComposer::onVsync(hwc2_display_t hwcDisplayId, int64_t timestamp) { in onVsync() function in android::impl::HWComposer
|
D | HWC2.cpp | 82 Return<void> onVsync(Hwc2::Display display, int64_t timestamp) override in onVsync() function in HWC2::__anon0fbaf5f80111::ComposerCallbackBridge
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.h | 367 hardware::Return<void> onVsync(Hwc2::Display display,
|
D | hardware_composer.cpp | 1118 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/ |
D | vr_hwc.h | 301 status_t onVsync(int64_t vsync_timestamp) override;
|
D | vr_hwc.cpp | 1014 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/ |
D | FakeComposerClient.cpp | 516 mEventCallback->onVsync(PRIMARY_DISPLAY, timestamp); in requestVSync()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1440 if (!getHwComposer().onVsync(hwcDisplayId, timestamp)) { in onVsyncReceived()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16022 HSPLandroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JJI)V
|
D | hiddenapi-greylist-max-o.txt | 79336 Landroid/view/Choreographer$FrameDisplayEventReceiver;->onVsync(JII)V
|