Home
last modified time | relevance | path

Searched refs:onVsync (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DGraphicsComposerCallback.h47 Return<void> onVsync(Display display, int64_t) override;
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DGraphicsComposerCallback.h51 Return<void> onVsync(Display display, int64_t) override;
/hardware/interfaces/graphics/composer/2.1/
DIComposerCallback.hal36 * and the onVsync callback should not be called for a display until vsync
74 oneway onVsync(Display display, int64_t timestamp);
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DGraphicsComposerCallback.cpp83 Return<void> GraphicsComposerCallback::onVsync(Display display, int64_t) { in onVsync() function in android::hardware::graphics::composer::V2_1::vts::GraphicsComposerCallback
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerClient.h78 void onVsync(Display display, int64_t timestamp) override { in onVsync() function
79 auto ret = mCallback->onVsync(display, timestamp); in onVsync()
DComposerHal.h47 virtual void onVsync(Display display, int64_t timestamp) = 0;
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DGraphicsComposerCallback.cpp103 Return<void> GraphicsComposerCallback::onVsync(Display, int64_t) { in onVsync() function in android::hardware::graphics::composer::V2_4::vts::GraphicsComposerCallback
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h119 void onVsync(Display display, int64_t timestamp) { in onVsync() function
120 auto ret = mCallback->onVsync(display, timestamp); in onVsync()
DComposerHal.h60 virtual void onVsync(Display display, int64_t timestamp) = 0;
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h348 hal->mEventCallback_2_4->onVsync(display, timestamp); in vsyncHook()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h605 hal->mEventCallback->onVsync(display, timestamp); in vsyncHook()