Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp149 bool waitForHotplugEvent(PhysicalDisplayId displayId, bool connected);
246 bool DisplayTest::waitForHotplugEvent(PhysicalDisplayId displayId, bool connected) { in waitForHotplugEvent() function in __anonbb41e9630111::DisplayTest
299 EXPECT_TRUE(waitForHotplugEvent(EXTERNAL_DISPLAY, true)); in TEST_F()
334 EXPECT_TRUE(waitForHotplugEvent(EXTERNAL_DISPLAY, false)); in TEST_F()
335 EXPECT_TRUE(waitForHotplugEvent(EXTERNAL_DISPLAY, true)); in TEST_F()
371 EXPECT_TRUE(waitForHotplugEvent(PRIMARY_DISPLAY, false)); in TEST_F()
410 EXPECT_TRUE(waitForHotplugEvent(PRIMARY_DISPLAY, true)); in TEST_F()