Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp191 const auto clientCompositionList = in render() local
194 layerSettings.insert(layerSettings.end(), clientCompositionList.cbegin(), in render()
195 clientCompositionList.cend()); in render()
208 auto clientCompositionList = in render() local
211 blurLayerSettings = clientCompositionList.back(); in render()
223 auto clientCompositionList = in render() local
228 holePunchSettings = clientCompositionList.back(); in render()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DFlattenerTest.cpp123 std::vector<LayerFE::LayerSettings> clientCompositionList = { in SetUp() local
128 .WillRepeatedly(Return(clientCompositionList)); in SetUp()
607 std::vector<LayerFE::LayerSettings> clientCompositionList = { in TEST_F() local
610 clientCompositionList[0].source.buffer.buffer = std::make_shared< in TEST_F()
615 .WillOnce(Return(clientCompositionList)); in TEST_F()