Searched refs:fromPhysicalDisplayId (Results 1 – 12 of 12) sorted by relevance
77 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 …]
145 : DisplayAddress.fromPhysicalDisplayId( in loadLayoutsFromConfig()172 return DisplayAddress.fromPhysicalDisplayId(xmlAddress.longValue()); in getDisplayAddressForLayoutDisplay()
694 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()
1012 DisplayAddress.fromPhysicalDisplayId(physicalDisplayId); in loadConfigFromDirectory()
193 field.set(first, DisplayAddress.fromPhysicalDisplayId(0)); in setDifferentFieldValues()194 field.set(second, DisplayAddress.fromPhysicalDisplayId(1)); in setDifferentFieldValues()
162 mPrimaryDisplay.getDisplayInfo().address = DisplayAddress.fromPhysicalDisplayId(123456); in testReadingDisplaySettingsFromStorage_UsePortAsId_IncorrectAddress()
39 public static Physical fromPhysicalDisplayId(long physicalDisplayId) { in fromPhysicalDisplayId() method in DisplayAddress
139 MOCK_METHOD(std::optional<hal::HWDisplayId>, fromPhysicalDisplayId, (PhysicalDisplayId),
291 virtual std::optional<hal::HWDisplayId> fromPhysicalDisplayId(PhysicalDisplayId) const = 0;495 std::optional<hal::HWDisplayId> fromPhysicalDisplayId(PhysicalDisplayId) const override;
347 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
310 .fromPhysicalDisplayId(Long.parseLong(rearDisplayPhysicalAddress)); in DeviceStateHelper()
6550 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in dumpDisplayIdentificationData()