/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | IComposerCallback.aidl | 40 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | IComposerCallback.aidl | 40 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | IComposerCallback.aidl | 43 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() method
|
/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/aidl/aidl_api/android.hardware.graphics.composer3/4/android/hardware/graphics/composer3/ |
D | IComposerCallback.aidl | 43 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | IComposerCallback.aidl | 43 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() method
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerCallback.aidl | 81 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() method
|
/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/aidl/libhwc_aidl_test/include/ |
D | GraphicsComposerCallback.h | 59 virtual ::ndk::ScopedAStatus onVsync(int64_t in_display, int64_t in_timestamp,
|
/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/aidl/libhwc_aidl_test/ |
D | GraphicsComposerCallback.cpp | 144 ::ndk::ScopedAStatus GraphicsComposerCallback::onVsync(int64_t in_display, int64_t in_timestamp, in onVsync() function in aidl::android::hardware::graphics::composer3::libhwc_aidl_test::GraphicsComposerCallback
|
/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()
|