/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 37 * has been enabled with setVsyncEnabled. 67 * setVsyncEnabled).
|
D | IComposerClient.hal | 107 /** Vsync values passed to setVsyncEnabled. */ 569 setVsyncEnabled(Display display, Vsync enabled) generates (Error error);
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 270 Return<Error> setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override { in setVsyncEnabled() function 271 Error err = mHal->setVsyncEnabled(display, enabled); in setVsyncEnabled()
|
D | ComposerHal.h | 96 virtual Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) = 0;
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 111 void setVsyncEnabled(Display display, bool enabled);
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 299 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/ |
D | ComposerVts.cpp | 275 void ComposerClient::setVsyncEnabled(Display display, bool enabled) { in setVsyncEnabled() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient 278 Error error = mClient->setVsyncEnabled(display, vsync); in setVsyncEnabled()
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 86 mComposerClient->setVsyncEnabled(mPrimaryDisplay, false); in SetUp() 657 mComposerClient->setVsyncEnabled(mPrimaryDisplay, true); in TEST_F() 659 mComposerClient->setVsyncEnabled(mPrimaryDisplay, false); in TEST_F()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 241 HWC2::Error setVsyncEnabled(HWC2::Vsync enabled); 520 return callDisplayFunction(device, display, &Display::setVsyncEnabled, in setVsyncEnabledHook()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 221 HWC2::Error setVsyncEnabled(HWC2::Vsync enabled); 453 return callDisplayFunction(device, display, &Display::setVsyncEnabled, in setVsyncEnabledHook()
|
D | HWC2On1Adapter.cpp | 1006 Error HWC2On1Adapter::Display::setVsyncEnabled(Vsync enable) in setVsyncEnabled() function in android::HWC2On1Adapter::Display
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 82 mComposerClient->setVsyncEnabled(mPrimaryDisplay, false); in SetUp()
|
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 177 ASSERT_NO_FATAL_FAILURE(mComposerClient->setVsyncEnabled(mPrimaryDisplay, false)); in SetUp()
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 80 mComposerClient->setVsyncEnabled(mPrimaryDisplay, false); in SetUp()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 952 Error HWC2On1Adapter::Display::setVsyncEnabled(Vsync enable) { in setVsyncEnabled() function in android::HWC2On1Adapter::Display
|