Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp59 constexpr DisplayId DEFAULT_DISPLAY_ID = DisplayId{42};
166 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal}) in getDisplayCreationArgsForPhysicalHWCDisplay()
239 EXPECT_EQ(DEFAULT_DISPLAY_ID, display->getId()); in TEST_F()
260 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal}) in TEST_F()
269 EXPECT_EQ(DEFAULT_DISPLAY_ID, mDisplay->getId()); in TEST_F()
281 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::External}) in TEST_F()
290 EXPECT_EQ(DEFAULT_DISPLAY_ID, mDisplay->getId()); in TEST_F()
379 EXPECT_CALL(mHwComposer, disconnectDisplay(DEFAULT_DISPLAY_ID)).Times(1); in TEST_F()
384 EXPECT_CALL(mHwComposer, disconnectDisplay(DEFAULT_DISPLAY_ID)).Times(0); in TEST_F()
404 EXPECT_CALL(mHwComposer, setColorTransform(DEFAULT_DISPLAY_ID, kIdentity)).Times(1); in TEST_F()
[all …]
DRenderSurfaceTest.cpp36 constexpr std::optional<DisplayId> DEFAULT_DISPLAY_ID = std::make_optional(DisplayId{123u}); variable
51 EXPECT_CALL(mDisplay, getId()).WillRepeatedly(ReturnRef(DEFAULT_DISPLAY_ID)); in RenderSurfaceTest()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp83 constexpr DisplayId DEFAULT_DISPLAY_ID = DisplayId{42};
276 FakeHwcDisplayInjector(DEFAULT_DISPLAY_ID, hal::DisplayType::PHYSICAL, true /* isPrimary */) in setupPreconditions()
295 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal}) in setupPreconditions()
DDisplayTransactionTest.cpp253 constexpr DisplayId DEFAULT_DISPLAY_ID = DisplayId{777}; in injectDefaultInternalDisplay()
274 {DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal}) in injectDefaultInternalDisplay()