Home
last modified time | relevance | path

Searched refs:onVsync_2_4 (Results 1 – 12 of 12) 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.hal240 * 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/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h292 bool onVsync_2_4(uint32_t displayId, int64_t timestamp, uint32_t vsyncPeriod);
DExynosDevice.cpp672 bool ExynosDevice::onVsync_2_4(uint32_t displayId, int64_t timestamp, uint32_t vsyncPeriod) { in onVsync_2_4() function in ExynosDevice
/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()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h223 static void onVsync_2_4(hwc2_callback_data_t callbackData, hwc2_display_t display,
DQtiComposerClient.cpp163 void QtiComposerClient::onVsync_2_4(hwc2_callback_data_t callbackData, hwc2_display_t display, in onVsync_2_4() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
166 auto ret = client->callback24_->onVsync_2_4(display, timestamp, vsyncPeriodNanos); in onVsync_2_4()
267 reinterpret_cast<hwc2_function_pointer_t>(onVsync_2_4)); in enableCallback()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp894 if (exynosDevice->onVsync_2_4(mExynosDisplay->mDisplayId, timestamp, in Callback()