Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp118 const std::unordered_set<sp<SurfaceControl>, SCHash>& committedSc) { in waitForCommitCallback() argument
124 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() local
1142 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() local
1165 committedSc.insert(layer); in TEST_F()
[all …]