Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h45 MOCK_METHOD1(getChangedCompositionTypes, Error(std::unordered_map<Layer*, HWC2::Composition>*));
DMockComposer.h65 MOCK_METHOD3(getChangedCompositionTypes,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h212 [[clang::warn_unused_result]] virtual Error getChangedCompositionTypes(
283 Error getChangedCompositionTypes(std::unordered_map<Layer*, Composition>* outTypes) override;
DComposerHal.h104 virtual Error getChangedCompositionTypes(
321 Error getChangedCompositionTypes(Display display, std::vector<Layer>* outLayers,
DHWC2.cpp370 Error Display::getChangedCompositionTypes(std::unordered_map<HWC2::Layer*, Composition>* outTypes) { in getChangedCompositionTypes() function in HWC2::impl::Display
373 auto intError = mComposer.getChangedCompositionTypes( in getChangedCompositionTypes()
DHWComposer.cpp454 error = hwcDisplay->getChangedCompositionTypes(&changedTypes); in prepare()
DComposerHal.cpp347 Error Composer::getChangedCompositionTypes(Display display, in getChangedCompositionTypes() function in android::Hwc2::impl::Composer
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp921 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)).Times(1); in setupHwcGetCallExpectations()
936 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)).Times(1); in setupHwcGetCallExpectations()
952 EXPECT_CALL(*test->mComposer, getChangedCompositionTypes(HWC_DISPLAY, _, _)) in setupHwcGetCallExpectations()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp675 void getChangedCompositionTypes(hwc2_display_t display, in getChangedCompositionTypes() function in Hwc2Test
714 ASSERT_NO_FATAL_FAILURE(getChangedCompositionTypes(display, in handleCompositionChanges()
3571 EXPECT_NO_FATAL_FAILURE(getChangedCompositionTypes(display, &layers, in TEST_F()
3587 ASSERT_NO_FATAL_FAILURE(test->getChangedCompositionTypes( in TEST_F()