Searched refs:pnpId (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayIdentificationTest.cpp | 187 EXPECT_STREQ("SEC", edid->pnpId.data()); in TEST() 199 EXPECT_STREQ("HWP", edid->pnpId.data()); in TEST() 210 EXPECT_STREQ("SAM", edid->pnpId.data()); in TEST() 227 EXPECT_STREQ("MEI", edid->pnpId.data()); in TEST() 244 EXPECT_STREQ("HEC", edid->pnpId.data()); in TEST() 261 EXPECT_STREQ("CTL", edid->pnpId.data()); in TEST()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | DisplayIdentification.cpp | 71 info.manufacturerPnpId = edid.pnpId; in buildDeviceProductInfo() 176 const auto pnpId = getPnpId(manufacturerId); in parseEdid() local 177 if (!pnpId) { in parseEdid() 299 .pnpId = *pnpId, in parseEdid()
|
D | DisplayIdentification.h | 66 PnpId pnpId; member
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 4904 StringAppendF(&result, "port=%u pnpId=%s displayName=\"", port, edid->pnpId.data()); in dumpDisplayIdentificationData()
|