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.cpp148 bool waitForHotplugEvent(PhysicalDisplayId displayId, bool connected);
245 bool DisplayTest::waitForHotplugEvent(PhysicalDisplayId displayId, bool connected) { in waitForHotplugEvent() function in __anonbb41e9630111::DisplayTest
298 EXPECT_TRUE(waitForHotplugEvent(EXTERNAL_DISPLAY, true)); in TEST_F()
333 EXPECT_TRUE(waitForHotplugEvent(EXTERNAL_DISPLAY, false)); in TEST_F()
334 EXPECT_TRUE(waitForHotplugEvent(EXTERNAL_DISPLAY, true)); in TEST_F()
370 EXPECT_TRUE(waitForHotplugEvent(PRIMARY_DISPLAY, false)); in TEST_F()
409 EXPECT_TRUE(waitForHotplugEvent(PRIMARY_DISPLAY, true)); in TEST_F()