Searched refs:fromPhysicalDisplayId (Results 1 – 8 of 8) sorted by relevance
39 public static Physical fromPhysicalDisplayId(long physicalDisplayId) { in fromPhysicalDisplayId() method in DisplayAddress
111 MOCK_CONST_METHOD1(fromPhysicalDisplayId, std::optional<hal::HWDisplayId>(DisplayId));
225 virtual std::optional<hal::HWDisplayId> fromPhysicalDisplayId(DisplayId displayId) const = 0;368 std::optional<hal::HWDisplayId> fromPhysicalDisplayId(DisplayId displayId) const override;
876 std::optional<hal::HWDisplayId> HWComposer::fromPhysicalDisplayId(DisplayId displayId) const { in fromPhysicalDisplayId() function in android::impl::HWComposer
500 mPrimaryDisplay.getDisplayInfo().address = DisplayAddress.fromPhysicalDisplayId(123456); in testReadingDisplaySettingsFromStorage_UsePortAsId_IncorrectAddress()
526 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()
718 .fromPhysicalDisplayId(*display->getId()) in init()1348 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in getDeviceProductInfoLocked()4549 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in dumpDisplayIdentificationData()
21167 HSPLandroid/view/DisplayAddress;->fromPhysicalDisplayId(J)Landroid/view/DisplayAddress$Physical;