Searched refs:expectedDisplayId (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | EventThreadTest.cpp | 96 void expectHotplugEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, 98 void expectConfigChangedEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, 102 void expectUidFrameRateMappingEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, 247 void EventThreadTest::expectHotplugEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, in expectHotplugEventReceivedByConnection() argument 253 EXPECT_EQ(expectedDisplayId, event.header.displayId); in expectHotplugEventReceivedByConnection() 258 PhysicalDisplayId expectedDisplayId, int32_t expectedConfigId, in expectConfigChangedEventReceivedByConnection() argument 264 EXPECT_EQ(expectedDisplayId, event.header.displayId); in expectConfigChangedEventReceivedByConnection() 270 PhysicalDisplayId expectedDisplayId, std::vector<FrameRateOverride> expectedOverrides) { in expectUidFrameRateMappingEventReceivedByConnection() argument 276 EXPECT_EQ(expectedDisplayId, event.header.displayId); in expectUidFrameRateMappingEventReceivedByConnection() 285 EXPECT_EQ(expectedDisplayId, event.header.displayId); in expectUidFrameRateMappingEventReceivedByConnection()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
H A D | DecorContextTest.java | 95 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay() argument 98 assertEquals(expectedDisplayId, associatedDisplay.getDisplayId()); in assertDecorContextDisplay()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 774 std::optional<int32_t> expectedDisplayId, in consumeEvent() argument 784 if (expectedDisplayId.has_value()) { in consumeEvent() 785 EXPECT_EQ(expectedDisplayId, event->getDisplayId()); in consumeEvent() 1009 void consumeMotionMove(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionMove() argument 1017 consumeAnyMotionDown(expectedDisplayId, expectedFlags); in consumeMotionDown() 1041 void consumeMotionUp(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionUp() argument 1066 std::optional<int32_t> expectedDisplayId, in consumeEvent() argument 2287 expectedDisplayId, expectedFlags); in consumeKeyDown() 2296 expectedDisplayId, expectedFlags); in consumeMotionDown() 2301 expectedDisplayId, expectedFlags); in consumeMotionUp() [all …]
|