Searched refs:committedSc (Results 1 – 1 of 1) sorted by relevance
118 const std::unordered_set<sp<SurfaceControl>, SCHash>& committedSc) { in waitForCommitCallback() argument124 ASSERT_EQ(surfaceControlStats.size(), committedSc.size()) << "wrong number of surfaces"; in waitForCommitCallback()129 const auto& expectedSc = committedSc.find(stats.surfaceControl); in waitForCommitCallback()130 ASSERT_NE(expectedSc, committedSc.end()) << "unexpected surface control"; in waitForCommitCallback()1141 std::unordered_set<sp<SurfaceControl>, SCHash> committedSc; in TEST_F() local1142 committedSc.insert(layer); in TEST_F()1143 committedSc.insert(offscreenLayer); in TEST_F()1144 EXPECT_NO_FATAL_FAILURE(waitForCommitCallback(callback, committedSc)); in TEST_F()1164 std::unordered_set<sp<SurfaceControl>, SCHash> committedSc; in TEST_F() local1165 committedSc.insert(layer); in TEST_F()[all …]