Home
last modified time | relevance | path

Searched refs:setVsyncEnabled (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/graphics/composer/2.1/
DIComposerCallback.hal37 * has been enabled with setVsyncEnabled.
67 * setVsyncEnabled).
DIComposerClient.hal107 /** Vsync values passed to setVsyncEnabled. */
569 setVsyncEnabled(Display display, Vsync enabled) generates (Error error);
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayInterface.h37 virtual int32_t setVsyncEnabled(uint32_t __unused enabled) {return NO_ERROR;}; in setVsyncEnabled() function
DExynosDisplayDrmInterface.h256 virtual int32_t setVsyncEnabled(uint32_t enabled);
DExynosDisplayDrmInterface.cpp762 int32_t ExynosDisplayDrmInterface::setVsyncEnabled(uint32_t enabled) in setVsyncEnabled() function in ExynosDisplayDrmInterface
/hardware/interfaces/graphics/composer/2.4/
DIComposerCallback.hal26 * setVsyncEnabled).
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h299 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override { in setVsyncEnabled() function
300 int32_t err = mDispatch.setVsyncEnabled(mDevice, display, static_cast<int32_t>(enabled)); in setVsyncEnabled()
573 !initDispatch(HWC2_FUNCTION_SET_VSYNC_ENABLED, &mDispatch.setVsyncEnabled) || in initDispatch()
663 HWC2_PFN_SET_VSYNC_ENABLED setVsyncEnabled; member
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h112 void setVsyncEnabled(Display display, bool enabled);
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h280 Return<Error> setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override { in setVsyncEnabled() function
281 Error err = mHal->setVsyncEnabled(display, enabled); in setVsyncEnabled()
DComposerHal.h96 virtual Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) = 0;
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp268 void ComposerClient::setVsyncEnabled(Display display, bool enabled) { in setVsyncEnabled() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
271 Error error = mClient->setVsyncEnabled(display, vsync); in setVsyncEnabled()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp71 mComposerClient->setVsyncEnabled(mPrimaryDisplay, false); in SetUp()
641 mComposerClient->setVsyncEnabled(mPrimaryDisplay, true); in TEST_P()
643 mComposerClient->setVsyncEnabled(mPrimaryDisplay, false); in TEST_P()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h241 HWC2::Error setVsyncEnabled(HWC2::Vsync enabled);
520 return callDisplayFunction(device, display, &Display::setVsyncEnabled, in setVsyncEnabledHook()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h221 HWC2::Error setVsyncEnabled(HWC2::Vsync enabled);
453 return callDisplayFunction(device, display, &Display::setVsyncEnabled, in setVsyncEnabledHook()
DHWC2On1Adapter.cpp1006 Error HWC2On1Adapter::Display::setVsyncEnabled(Vsync enable) in setVsyncEnabled() function in android::HWC2On1Adapter::Display
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp220 external_display->setVsyncEnabled(index); in setExternalVsyncEnabled()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h123 Return<Error> setVsyncEnabled(uint64_t display,
DQtiComposerClient.cpp536 Return<Error> QtiComposerClient::setVsyncEnabled(uint64_t display, in setVsyncEnabled() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp65 mComposerClient->setVsyncEnabled(mPrimaryDisplay, false); in SetUp()
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp76 ASSERT_NO_FATAL_FAILURE(mComposerClient->setVsyncEnabled(mPrimaryDisplay, false)); in SetUpBase()
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp64 mComposerClient->setVsyncEnabled(mPrimaryDisplay, false); in SetUp()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h791 virtual int32_t setVsyncEnabled(
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp102 mComposerClient->setVsyncEnabled(display.get(), false); in SetUp()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp900 return exynosDisplay->setVsyncEnabled(enabled); in exynos_setVsyncEnabled()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp952 Error HWC2On1Adapter::Display::setVsyncEnabled(Vsync enable) { in setVsyncEnabled() function in android::HWC2On1Adapter::Display

12