Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_HandleTransactionLockedTest.cpp115 std::optional<DisplayDeviceState::Physical> expectedPhysical; in verifyDisplayIsConnected() local
121 expectedPhysical = {.id = *displayId, in verifyDisplayIsConnected()
130 EXPECT_EQ(expectedPhysical, current.physical); in verifyDisplayIsConnected()
136 EXPECT_EQ(expectedPhysical, draw.physical); in verifyDisplayIsConnected()