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/
DMockDisplay.h48 MOCK_METHOD1(getChangedCompositionTypes,
DMockComposer.h66 MOCK_METHOD3(getChangedCompositionTypes,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h170 [[clang::warn_unused_result]] virtual hal::Error getChangedCompositionTypes(
256 hal::Error getChangedCompositionTypes(
DComposerHal.h118 virtual Error getChangedCompositionTypes(
371 Error getChangedCompositionTypes(Display display, std::vector<Layer>* outLayers,
DHWC2.cpp253 Error Display::getChangedCompositionTypes(std::unordered_map<HWC2::Layer*, Composition>* outTypes) { in getChangedCompositionTypes() function in android::HWC2::impl::Display
256 auto intError = mComposer.getChangedCompositionTypes( in getChangedCompositionTypes()
DHWComposer.cpp535 error = hwcDisplay->getChangedCompositionTypes(&changedTypes); in getDeviceCompositionChanges()
DComposerHal.cpp372 Error Composer::getChangedCompositionTypes(Display display, in getChangedCompositionTypes() function in android::Hwc2::impl::Composer
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp986 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)).Times(1); in setupHwcGetCallExpectations()
1003 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)).Times(1); in setupHwcGetCallExpectations()
1021 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)) in setupHwcGetCallExpectations()