Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAddress.java39 public static Physical fromPhysicalDisplayId(long physicalDisplayId) { in fromPhysicalDisplayId() method in DisplayAddress
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsTests.java531 final DisplayAddress.Physical displayAddress = DisplayAddress.fromPhysicalDisplayId(123456); in testReadingDisplaySettingsFromStorage_UsePortAsId()
545 mPrimaryDisplay.getDisplayInfo().address = DisplayAddress.fromPhysicalDisplayId(123456); in testReadingDisplaySettingsFromStorage_UsePortAsId_IncorrectAddress()
573 final DisplayAddress.Physical displayAddress = DisplayAddress.fromPhysicalDisplayId(123456); in testWritingDisplaySettingsToStorage_UsePortAsId()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h91 MOCK_CONST_METHOD1(fromPhysicalDisplayId, std::optional<hwc2_display_t>(DisplayId));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h184 virtual std::optional<hwc2_display_t> fromPhysicalDisplayId(DisplayId displayId) const = 0;
321 std::optional<hwc2_display_t> fromPhysicalDisplayId(DisplayId displayId) const override;
DHWComposer.cpp819 std::optional<hwc2_display_t> HWComposer::fromPhysicalDisplayId(DisplayId displayId) const { in fromPhysicalDisplayId() function in android::impl::HWComposer
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java409 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp683 .fromPhysicalDisplayId(*display->getId()) in init()
4732 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in dumpDisplayIdentificationData()
/frameworks/base/config/
Dboot-image-profile.txt16089 HSPLandroid/view/DisplayAddress;->fromPhysicalDisplayId(J)Landroid/view/DisplayAddress$Physical;