Searched refs:onVsync_2_4 (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerCallback.hal | 31 * @param vsyncPeriodNanos is the display vsync period in nanoseconds i.e. the next onVsync_2_4 34 oneway onVsync_2_4(Display display, int64_t timestamp, VsyncPeriodNanos vsyncPeriodNanos);
|
D | IComposerClient.hal | 242 * When the display starts to refresh at the new vsync period, onVsync_2_4 callback must be
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | GraphicsComposerCallback.h | 52 Return<void> onVsync_2_4(Display display, int64_t, VsyncPeriodNanos vsyncPeriodNanos) override;
|
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerClient.h | 83 void onVsync_2_4(Display display, int64_t timestamp, in onVsync_2_4() function 85 auto ret = mCallback->onVsync_2_4(display, timestamp, vsyncPeriodNanos); in onVsync_2_4()
|
D | ComposerHal.h | 48 virtual void onVsync_2_4(Display display, int64_t timestamp,
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | GraphicsComposerCallback.cpp | 112 Return<void> GraphicsComposerCallback::onVsync_2_4(Display display, int64_t, VsyncPeriodNanos) { in onVsync_2_4() function in android::hardware::graphics::composer::V2_4::vts::GraphicsComposerCallback
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 354 hal->mEventCallback_2_4->onVsync_2_4(display, timestamp, vsyncPeriodNanos); in vsync_2_4_Hook()
|