Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h41 MOCK_METHOD(hal::Error, getChangedCompositionTypes,
DMockComposer.h64 MOCK_METHOD3(getChangedCompositionTypes,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h89 [[clang::warn_unused_result]] virtual hal::Error getChangedCompositionTypes(
164 hal::Error getChangedCompositionTypes(
DComposerHal.h108 virtual Error getChangedCompositionTypes(
354 Error getChangedCompositionTypes(Display display, std::vector<Layer>* outLayers,
DHWC2.cpp148 Error Display::getChangedCompositionTypes(std::unordered_map<HWC2::Layer*, Composition>* outTypes) { in getChangedCompositionTypes() function in android::HWC2::impl::Display
151 auto intError = mComposer.getChangedCompositionTypes( in getChangedCompositionTypes()
DHWComposer.cpp529 error = hwcDisplay->getChangedCompositionTypes(&changedTypes); in getDeviceCompositionChanges()
DComposerHal.cpp302 Error Composer::getChangedCompositionTypes(Display display, in getChangedCompositionTypes() function in android::Hwc2::impl::Composer
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp1014 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)).Times(1); in setupHwcGetCallExpectations()
1031 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)).Times(1); in setupHwcGetCallExpectations()
1049 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)) in setupHwcGetCallExpectations()