Searched refs:fromPhysicalDisplayId (Results 1 – 8 of 8) sorted by relevance
39 public static Physical fromPhysicalDisplayId(long physicalDisplayId) { in fromPhysicalDisplayId() method in DisplayAddress
531 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()
91 MOCK_CONST_METHOD1(fromPhysicalDisplayId, std::optional<hwc2_display_t>(DisplayId));
184 virtual std::optional<hwc2_display_t> fromPhysicalDisplayId(DisplayId displayId) const = 0;321 std::optional<hwc2_display_t> fromPhysicalDisplayId(DisplayId displayId) const override;
819 std::optional<hwc2_display_t> HWComposer::fromPhysicalDisplayId(DisplayId displayId) const { in fromPhysicalDisplayId() function in android::impl::HWComposer
409 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()
683 .fromPhysicalDisplayId(*display->getId()) in init()4732 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in dumpDisplayIdentificationData()
16089 HSPLandroid/view/DisplayAddress;->fromPhysicalDisplayId(J)Landroid/view/DisplayAddress$Physical;