Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DCachedSetTest.cpp642 std::vector<compositionengine::LayerFE::LayerSettings> clientCompList3; in TEST_F() local
643 clientCompList3.push_back({}); in TEST_F()
645 clientCompList3[0].source.buffer.buffer = std::make_shared< in TEST_F()
651 EXPECT_CALL(*layerFE3, prepareClientCompositionList(_)).WillOnce(Return(clientCompList3)); in TEST_F()
706 std::vector<compositionengine::LayerFE::LayerSettings> clientCompList3; in TEST_F() local
707 clientCompList3.push_back({}); in TEST_F()
711 EXPECT_CALL(*layerFE3, prepareClientCompositionList(_)).WillOnce(Return(clientCompList3)); in TEST_F()
839 std::vector<compositionengine::LayerFE::LayerSettings> clientCompList3; in TEST_F() local
840 clientCompList3.push_back({}); in TEST_F()
842 clientCompList3[0].source.buffer.buffer = std::make_shared< in TEST_F()
[all …]