Home
last modified time | relevance | path

Searched refs:onVsync (Results 1 – 19 of 19) 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/intel/img/hwcomposer/moorefield_hdmi/include/
DDummyDevice.h57 virtual void onVsync(int64_t timestamp);
DIDisplayDevice.h98 virtual void onVsync(int64_t timestamp) = 0;
DPhysicalDevice.h69 virtual void onVsync(int64_t timestamp);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DVsyncEventObserver.cpp132 mDisplayDevice.onVsync(timestamp); in threadLoop()
DSoftVsyncObserver.cpp147 mDisplayDevice.onVsync(next_vsync); in threadLoop()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DVsyncEventObserver.cpp130 mDisplayDevice.onVsync(timestamp); in threadLoop()
DSoftVsyncObserver.cpp143 mDisplayDevice.onVsync(next_vsync); in threadLoop()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DGraphicsComposerCallback.cpp77 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.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/intel/img/hwcomposer/merrifield/include/
DIDisplayDevice.h98 virtual void onVsync(int64_t timestamp) = 0;
DPhysicalDevice.h82 virtual void onVsync(int64_t timestamp);
DVirtualDevice.h200 virtual void onVsync(int64_t timestamp);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DDummyDevice.cpp211 void DummyDevice::onVsync(int64_t timestamp) in onVsync() function in android::intel::DummyDevice
DPhysicalDevice.cpp464 void PhysicalDevice::onVsync(int64_t timestamp) in onVsync() function in android::intel::PhysicalDevice
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h109 void onVsync(Display display, int64_t timestamp) { in onVsync() function
110 auto ret = mCallback->onVsync(display, timestamp); in onVsync()
DComposerHal.h60 virtual void onVsync(Display display, int64_t timestamp) = 0;
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp486 void PhysicalDevice::onVsync(int64_t timestamp) in onVsync() function in android::intel::PhysicalDevice
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h603 hal->mEventCallback->onVsync(display, timestamp); in vsyncHook()