Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp96 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 DDecorContextTest.java95 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay() argument
98 assertEquals(expectedDisplayId, associatedDisplay.getDisplayId()); in assertDecorContextDisplay()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp774 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 …]