Home
last modified time | relevance | path

Searched refs:manufacturerId (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/ui/
DDisplayIdentification.cpp175 const uint16_t manufacturerId = in parseEdid() local
178 const auto pnpId = getPnpId(manufacturerId); in parseEdid()
300 return Edid{.manufacturerId = manufacturerId, in parseEdid()
310 std::optional<PnpId> getPnpId(uint16_t manufacturerId) { in getPnpId() argument
311 const char a = getPnpLetter<0>(manufacturerId); in getPnpId()
312 const char b = getPnpLetter<1>(manufacturerId); in getPnpId()
313 const char c = getPnpLetter<2>(manufacturerId); in getPnpId()
338 const auto displayId = PhysicalDisplayId::fromEdid(port, edid->manufacturerId, edid->modelHash); in parseDisplayIdentificationData()
/frameworks/native/libs/ui/include/ui/
DDisplayIdentification.h63 uint16_t manufacturerId; member
75 std::optional<PnpId> getPnpId(uint16_t manufacturerId);
DDisplayId.h90 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid()
92 return PhysicalDisplayId(FLAG_STABLE, port, manufacturerId, modelHash); in fromEdid()
109 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId()
111 : DisplayId(flags | (static_cast<uint64_t>(manufacturerId) << 40) | in PhysicalDisplayId()
/frameworks/native/libs/ui/include_vndk/ui/
DDisplayId.h90 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid()
92 return PhysicalDisplayId(FLAG_STABLE, port, manufacturerId, modelHash); in fromEdid()
109 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId()
111 : DisplayId(flags | (static_cast<uint64_t>(manufacturerId) << 40) | in PhysicalDisplayId()
/frameworks/native/libs/ui/tests/
DDisplayIdentification_test.cpp187 EXPECT_EQ(0x4ca3u, edid->manufacturerId); in TEST()
200 EXPECT_EQ(0x22f0u, edid->manufacturerId); in TEST()
212 EXPECT_EQ(0x4c2du, edid->manufacturerId); in TEST()
230 EXPECT_EQ(13481, edid->manufacturerId); in TEST()
248 EXPECT_EQ(8355, edid->manufacturerId); in TEST()
266 EXPECT_EQ(3724, edid->manufacturerId); in TEST()
DDisplayId_test.cpp25 constexpr uint16_t manufacturerId = 13; in TEST() local
27 const PhysicalDisplayId id = PhysicalDisplayId::fromEdid(port, manufacturerId, modelHash); in TEST()
29 EXPECT_EQ(manufacturerId, id.getManufacturerId()); in TEST()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...