Home
last modified time | relevance | path

Searched refs:acceptChanges (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockHWC2.h38 MOCK_METHOD(hal::Error, acceptChanges, (), (override));
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h86 [[clang::warn_unused_result]] virtual hal::Error acceptChanges() = 0;
162 hal::Error acceptChanges() override;
H A DHWC2.cpp119 Error Display::acceptChanges() in acceptChanges() function in android::HWC2::impl::Display
H A DHWComposer.cpp538 error = hwcDisplay->acceptChanges(); in getDeviceCompositionChanges()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h202 HWC2::Error acceptChanges();
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp200 displayHook<decltype(&Display::acceptChanges), in doGetFunction()
201 &Display::acceptChanges>); in doGetFunction()
574 Error HWC2On1Adapter::Display::acceptChanges() in acceptChanges() function in android::HWC2On1Adapter::Display
H A DHWC2On1Adapter.h189 HWC2::Error acceptChanges();
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp162 displayHook<decltype(&Display::acceptChanges), in doGetFunction()
163 &Display::acceptChanges>); in doGetFunction()
534 Error HWC2On1Adapter::Display::acceptChanges() { in acceptChanges() function in android::HWC2On1Adapter::Display