Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDeviceStateToLayoutMapTest.java77 DisplayAddress.fromPhysicalDisplayId(78910L)); in testInitialState()
141 testLayout.createDisplayLocked(DisplayAddress.fromPhysicalDisplayId(345L), in testWholeStateConfig()
148 testLayout.createDisplayLocked(DisplayAddress.fromPhysicalDisplayId(678L), in testWholeStateConfig()
166 DisplayAddress.fromPhysicalDisplayId(111L)); in testLeadDisplayAddress()
171 layout.getByAddress(DisplayAddress.fromPhysicalDisplayId(111)); in testLeadDisplayAddress()
173 layout.getByAddress(DisplayAddress.fromPhysicalDisplayId(222)); in testLeadDisplayAddress()
186 layout.getByAddress(DisplayAddress.fromPhysicalDisplayId(123456)); in testLeadDisplayAddress_defaultDisplay()
199 layout.getByAddress(DisplayAddress.fromPhysicalDisplayId(222)); in testLeadDisplayAddress_noLeadDisplay()
210 () -> layout.createDisplayLocked(DisplayAddress.fromPhysicalDisplayId(123L), in testLeadDisplayAddress_selfLeadDisplayForNonDefaultDisplay()
213 DisplayAddress.fromPhysicalDisplayId(123L), in testLeadDisplayAddress_selfLeadDisplayForNonDefaultDisplay()
[all …]
/frameworks/base/services/core/java/com/android/server/display/
DDeviceStateToLayoutMap.java145 : DisplayAddress.fromPhysicalDisplayId( in loadLayoutsFromConfig()
172 return DisplayAddress.fromPhysicalDisplayId(xmlAddress.longValue()); in getDisplayAddressForLayoutDisplay()
DLocalDisplayAdapter.java694 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()
DDisplayDeviceConfig.java1012 DisplayAddress.fromPhysicalDisplayId(physicalDisplayId); in loadConfigFromDirectory()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDeferredDisplayUpdaterDiffTest.java193 field.set(first, DisplayAddress.fromPhysicalDisplayId(0)); in setDifferentFieldValues()
194 field.set(second, DisplayAddress.fromPhysicalDisplayId(1)); in setDifferentFieldValues()
DDisplayWindowSettingsProviderTests.java162 mPrimaryDisplay.getDisplayInfo().address = DisplayAddress.fromPhysicalDisplayId(123456); in testReadingDisplaySettingsFromStorage_UsePortAsId_IncorrectAddress()
/frameworks/base/core/java/android/view/
DDisplayAddress.java39 public static Physical fromPhysicalDisplayId(long physicalDisplayId) { in fromPhysicalDisplayId() method in DisplayAddress
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h139 MOCK_METHOD(std::optional<hal::HWDisplayId>, fromPhysicalDisplayId, (PhysicalDisplayId),
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h291 virtual std::optional<hal::HWDisplayId> fromPhysicalDisplayId(PhysicalDisplayId) const = 0;
495 std::optional<hal::HWDisplayId> fromPhysicalDisplayId(PhysicalDisplayId) const override;
DHWComposer.cpp347 const auto hwcId = *fromPhysicalDisplayId(displayId); in getActiveMode()
387 const auto hwcId = *fromPhysicalDisplayId(displayId); in getDisplayVsyncPeriod()
1022 std::optional<hal::HWDisplayId> HWComposer::fromPhysicalDisplayId( in fromPhysicalDisplayId() function in android::impl::HWComposer
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java310 .fromPhysicalDisplayId(Long.parseLong(rearDisplayPhysicalAddress)); in DeviceStateHelper()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6550 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in dumpDisplayIdentificationData()