Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h43 MOCK_METHOD0(acceptChanges, hal::Error());
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h164 [[clang::warn_unused_result]] virtual hal::Error acceptChanges() = 0;
251 hal::Error acceptChanges() override;
DHWComposer.cpp550 error = hwcDisplay->acceptChanges(); in getDeviceCompositionChanges()
DHWC2.cpp135 Error Display::acceptChanges() in acceptChanges() function in android::HWC2::impl::Display