Searched refs:getChangedCompositionTypes (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockDisplay.h | 48 MOCK_METHOD1(getChangedCompositionTypes,
|
D | MockComposer.h | 66 MOCK_METHOD3(getChangedCompositionTypes,
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.h | 170 [[clang::warn_unused_result]] virtual hal::Error getChangedCompositionTypes( 256 hal::Error getChangedCompositionTypes(
|
D | ComposerHal.h | 118 virtual Error getChangedCompositionTypes( 371 Error getChangedCompositionTypes(Display display, std::vector<Layer>* outLayers,
|
D | HWC2.cpp | 253 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()
|
D | HWComposer.cpp | 535 error = hwcDisplay->getChangedCompositionTypes(&changedTypes); in getDeviceCompositionChanges()
|
D | ComposerHal.cpp | 372 Error Composer::getChangedCompositionTypes(Display display, in getChangedCompositionTypes() function in android::Hwc2::impl::Composer
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CompositionTest.cpp | 986 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()
|