Searched refs:clientCompList3 (Results 1 – 1 of 1) sorted by relevance
642 std::vector<compositionengine::LayerFE::LayerSettings> clientCompList3; in TEST_F() local643 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() local707 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() local840 clientCompList3.push_back({}); in TEST_F()842 clientCompList3[0].source.buffer.buffer = std::make_shared< in TEST_F()[all …]