/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockDisplayMode.h | 26 PhysicalDisplayId displayId = PhysicalDisplayId::fromPort(0)) { 38 PhysicalDisplayId displayId = PhysicalDisplayId::fromPort(0)) { 50 PhysicalDisplayId displayId = PhysicalDisplayId::fromPort(0)) {
|
/frameworks/native/libs/ui/tests/ |
D | DisplayIdentification_test.cpp | 411 TEST(DisplayIdentificationTest, fromPort) { in TEST() argument 413 ASSERT_FALSE(getPnpId(PhysicalDisplayId::fromPort(0))); in TEST() 414 ASSERT_FALSE(getPnpId(PhysicalDisplayId::fromPort(0xffu))); in TEST()
|
D | DisplayId_test.cpp | 42 const PhysicalDisplayId id = PhysicalDisplayId::fromPort(port); in TEST()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CommitAndCompositeTest.h | 71 static constexpr PhysicalDisplayId DEFAULT_DISPLAY_ID = PhysicalDisplayId::fromPort(42u);
|
D | FakeDisplayInjector.h | 32 PhysicalDisplayId displayId = PhysicalDisplayId::fromPort(255u);
|
D | PowerAdvisorTest.cpp | 195 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u), GpuVirtualDisplayId(0), in testGpuScenario() 323 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u)}; in TEST_F() 361 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u)}; in TEST_F() 404 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u), GpuVirtualDisplayId(0), in TEST_F() 448 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u)}; in TEST_F() 493 std::vector<DisplayId> displayIds{PhysicalDisplayId::fromPort(42u)}; in TEST_F()
|
D | DisplayTransactionTest.cpp | 50 injectMockScheduler(PhysicalDisplayId::fromPort(0)); in DisplayTransactionTest()
|
D | VsyncScheduleTest.cpp | 38 constexpr PhysicalDisplayId kDisplayId = PhysicalDisplayId::fromPort(42u);
|
D | HWComposerTest.cpp | 107 EXPECT_EQ(mHwc.getDisplayConnectionType(PhysicalDisplayId::fromPort(0)), in TEST_F() 130 EXPECT_EQ(mHwc.getActiveMode(PhysicalDisplayId::fromPort(0)), ftl::Unexpected(BAD_INDEX)); in TEST_F()
|
D | SchedulerTest.cpp | 80 static constexpr PhysicalDisplayId kDisplayId1 = PhysicalDisplayId::fromPort(255u); 87 static constexpr PhysicalDisplayId kDisplayId2 = PhysicalDisplayId::fromPort(254u); 94 static constexpr PhysicalDisplayId kDisplayId3 = PhysicalDisplayId::fromPort(253u);
|
D | EventThreadTest.cpp | 51 constexpr PhysicalDisplayId INTERNAL_DISPLAY_ID = PhysicalDisplayId::fromPort(111u); 52 constexpr PhysicalDisplayId EXTERNAL_DISPLAY_ID = PhysicalDisplayId::fromPort(222u);
|
D | DisplayTransactionTestHelpers.h | 184 return PhysicalDisplayId::fromPort(static_cast<bool>(PhysicalDisplay::PRIMARY) 192 return info ? info->id : PhysicalDisplayId::fromPort(PhysicalDisplay::PORT);
|
D | VSyncReactorTest.cpp | 84 constexpr PhysicalDisplayId DEFAULT_DISPLAY_ID = PhysicalDisplayId::fromPort(42u);
|
D | SurfaceFlinger_DisplayModeSwitching.cpp | 91 constexpr PhysicalDisplayId kOuterDisplayId = PhysicalDisplayId::fromPort(254u); in injectOuterDisplay()
|
D | VSyncPredictorTest.cpp | 69 constexpr PhysicalDisplayId DEFAULT_DISPLAY_ID = PhysicalDisplayId::fromPort(42u);
|
D | TestableSurfaceFlinger.h | 164 PhysicalDisplayId displayId = PhysicalDisplayId::fromPort(0);
|
D | CompositionTest.cpp | 79 constexpr PhysicalDisplayId DEFAULT_DISPLAY_ID = PhysicalDisplayId::fromPort(42u);
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | DisplayId.h | 96 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() function
|
/frameworks/native/libs/ui/include/ui/ |
D | DisplayId.h | 96 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() function
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | CompositionEngineTest.cpp | 290 static constexpr PhysicalDisplayId kDisplayId1 = PhysicalDisplayId::fromPort(123u); 291 static constexpr PhysicalDisplayId kDisplayId2 = PhysicalDisplayId::fromPort(234u);
|
D | RenderSurfaceTest.cpp | 39 constexpr DisplayId DEFAULT_DISPLAY_ID = PhysicalDisplayId::fromPort(123u);
|
D | DisplayTest.cpp | 69 constexpr PhysicalDisplayId DEFAULT_DISPLAY_ID = PhysicalDisplayId::fromPort(123u);
|
/frameworks/native/libs/gui/ |
D | Choreographer.cpp | 242 PhysicalDisplayId::fromPort(0), systemTime()}; in scheduleLatestConfigRequest()
|
/frameworks/native/services/surfaceflinger/Scheduler/tests/ |
D | FrameTargeterTest.cpp | 52 FrameTargeterTestBase(FeatureFlags flags) : mTargeter(PhysicalDisplayId::fromPort(13), flags) {} in FrameTargeterTestBase()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.cpp | 1092 return DisplayIdentificationInfo{.id = PhysicalDisplayId::fromPort(port), in onHotplugConnect()
|