Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp21 constexpr PhysicalDisplayId PHYSICAL_DISPLAY_ID = 999; variable
112 ASSERT_NO_FATAL_FAILURE(mScheduler->hotplugReceived(nullptr, PHYSICAL_DISPLAY_ID, false)); in TEST_F()
137 mScheduler->hotplugReceived(connectionHandle, PHYSICAL_DISPLAY_ID, false)); in TEST_F()
165 EXPECT_CALL(*mEventThread, onHotplugReceived(PHYSICAL_DISPLAY_ID, false)).Times(1); in TEST_F()
167 mScheduler->hotplugReceived(mConnectionHandle, PHYSICAL_DISPLAY_ID, false)); in TEST_F()