Home
last modified time | relevance | path

Searched refs:onVsync_2_4 (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/
DIComposerCallback.hal31 * @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);
DIComposerClient.hal242 * 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/
DGraphicsComposerCallback.h52 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/
DComposerClient.h83 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()
DComposerHal.h48 virtual void onVsync_2_4(Display display, int64_t timestamp,
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DGraphicsComposerCallback.cpp112 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/
DHwcHal.h354 hal->mEventCallback_2_4->onVsync_2_4(display, timestamp, vsyncPeriodNanos); in vsync_2_4_Hook()