Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVsyncModulatorTest.cpp32 class VsyncModulatorTest : public testing::Test { class
86 TEST_F(VsyncModulatorTest, Late) { in TEST_F() argument
93 TEST_F(VsyncModulatorTest, EarlyEnd) { in TEST_F() argument
102 TEST_F(VsyncModulatorTest, EarlyStart) { in TEST_F() argument
116 TEST_F(VsyncModulatorTest, EarlyStartWithMoreTransactions) { in TEST_F() argument
134 TEST_F(VsyncModulatorTest, EarlyStartAfterEarlyEnd) { in TEST_F() argument
154 TEST_F(VsyncModulatorTest, EarlyStartAfterEarlyEndWithMoreTransactions) { in TEST_F() argument
178 TEST_F(VsyncModulatorTest, EarlyStartDifferentClients) { in TEST_F() argument
203 TEST_F(VsyncModulatorTest, EarlyStartWithBinderDeath) { in TEST_F() argument
H A DAndroid.bp95 "VsyncModulatorTest.cpp",