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/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h111 MOCK_CONST_METHOD1(fromPhysicalDisplayId, std::optional<hal::HWDisplayId>(DisplayId));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h225 virtual std::optional<hal::HWDisplayId> fromPhysicalDisplayId(DisplayId displayId) const = 0;
368 std::optional<hal::HWDisplayId> fromPhysicalDisplayId(DisplayId displayId) const override;
DHWComposer.cpp876 std::optional<hal::HWDisplayId> HWComposer::fromPhysicalDisplayId(DisplayId displayId) const { in fromPhysicalDisplayId() function in android::impl::HWComposer
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsTests.java500 mPrimaryDisplay.getDisplayInfo().address = DisplayAddress.fromPhysicalDisplayId(123456); in testReadingDisplaySettingsFromStorage_UsePortAsId_IncorrectAddress()
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java526 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp718 .fromPhysicalDisplayId(*display->getId()) in init()
1348 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in getDeviceProductInfoLocked()
4549 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in dumpDisplayIdentificationData()
/frameworks/base/config/
Dboot-image-profile.txt21167 HSPLandroid/view/DisplayAddress;->fromPhysicalDisplayId(J)Landroid/view/DisplayAddress$Physical;