Searched refs:manufacturerId (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/ui/ |
D | DisplayIdentification.cpp | 175 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/ |
D | DisplayIdentification.h | 63 uint16_t manufacturerId; member 75 std::optional<PnpId> getPnpId(uint16_t manufacturerId);
|
D | DisplayId.h | 90 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/ |
D | DisplayId.h | 90 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/ |
D | DisplayIdentification_test.cpp | 187 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()
|
D | DisplayId_test.cpp | 25 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |