/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | GraphicsComposerCallback.h | 47 Return<void> onVsync(Display display, int64_t) override;
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | GraphicsComposerCallback.h | 51 Return<void> onVsync(Display display, int64_t) override;
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 36 * 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/ |
D | GraphicsComposerCallback.cpp | 83 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/ |
D | ComposerClient.h | 78 void onVsync(Display display, int64_t timestamp) override { in onVsync() function 79 auto ret = mCallback->onVsync(display, timestamp); in onVsync()
|
D | ComposerHal.h | 47 virtual void onVsync(Display display, int64_t timestamp) = 0;
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | GraphicsComposerCallback.cpp | 103 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/ |
D | ComposerClient.h | 119 void onVsync(Display display, int64_t timestamp) { in onVsync() function 120 auto ret = mCallback->onVsync(display, timestamp); in onVsync()
|
D | ComposerHal.h | 60 virtual void onVsync(Display display, int64_t timestamp) = 0;
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 348 hal->mEventCallback_2_4->onVsync(display, timestamp); in vsyncHook()
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 605 hal->mEventCallback->onVsync(display, timestamp); in vsyncHook()
|