Home
last modified time | relevance | path

Searched refs:acceptDisplayChanges (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h378 Error acceptDisplayChanges(Display display) override { in acceptDisplayChanges() function
379 int32_t err = mDispatch.acceptDisplayChanges(mDevice, display); in acceptDisplayChanges()
516 if (!initDispatch(HWC2_FUNCTION_ACCEPT_DISPLAY_CHANGES, &mDispatch.acceptDisplayChanges) || in initDispatch()
622 HWC2_PFN_ACCEPT_DISPLAY_CHANGES acceptDisplayChanges; member
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerHal.h108 virtual Error acceptDisplayChanges(Display display) = 0;
H A DComposerClient.h418 mHal->acceptDisplayChanges(display); in destroyResources()
H A DComposerCommandEngine.h316 auto err = mHal->acceptDisplayChanges(mCurrentDisplay); in executeAcceptDisplayChanges()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockComposer.h59 MOCK_METHOD1(acceptDisplayChanges, Error(Display));
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h102 virtual Error acceptDisplayChanges(Display display) = 0;
348 Error acceptDisplayChanges(Display display) override;
H A DComposerHal.cpp257 Error Composer::acceptDisplayChanges(Display display) in acceptDisplayChanges() function in android::Hwc2::impl::Composer
260 mWriter.acceptDisplayChanges(); in acceptDisplayChanges()
H A DHWC2.cpp121 auto intError = mComposer.acceptDisplayChanges(mId); in acceptChanges()
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp213 int32_t ret = exynosDisplay->acceptDisplayChanges(); in exynos_acceptDisplayChanges()
524 if (exynosDisplay->acceptDisplayChanges() != HWC2_ERROR_NONE) { in exynos_presentDisplay()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h106 V2_1::Error acceptDisplayChanges(Display display) override;
H A DFakeComposerClient.cpp374 V2_1::Error FakeComposerClient::acceptDisplayChanges(Display /*display*/) { in acceptDisplayChanges() function in FakeComposerClient
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h260 Error acceptDisplayChanges(Display display) override;
H A Dvr_hwc.cpp534 Error VrHwc::acceptDisplayChanges(Display /* display */) { return Error::NONE; } in acceptDisplayChanges() function in android::dvr::VrHwc
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h277 void acceptDisplayChanges() { in acceptDisplayChanges() function
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.h628 virtual int32_t acceptDisplayChanges();
H A DExynosDisplay.cpp2577 int32_t ExynosDisplay::acceptDisplayChanges() { in acceptDisplayChanges() function in ExynosDisplay
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h294 void acceptDisplayChanges() { in acceptDisplayChanges() function
/aosp12/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp753 mWriter->acceptDisplayChanges(); in TEST_P()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp304 error = composer_->acceptDisplayChanges(display); in Validate()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp328 EXPECT_CALL(*test->mComposer, acceptDisplayChanges(HWC_DISPLAY)).Times(1); in setupCommonCompositionCallExpectations()
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal848 * acceptDisplayChanges();