Searched refs:pnpId (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayIdentificationTest.cpp | 181 EXPECT_STREQ("SEC", edid->pnpId.data()); in TEST() 193 EXPECT_STREQ("HWP", edid->pnpId.data()); in TEST() 204 EXPECT_STREQ("SAM", edid->pnpId.data()); in TEST() 221 EXPECT_STREQ("MEI", edid->pnpId.data()); in TEST() 238 EXPECT_STREQ("HEC", edid->pnpId.data()); in TEST() 255 EXPECT_STREQ("CTL", edid->pnpId.data()); in TEST()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | DisplayIdentification.cpp | 80 info.manufacturerPnpId = edid.pnpId; in buildDeviceProductInfo() 195 const auto pnpId = getPnpId(manufacturerId); in parseEdid() local 196 if (!pnpId) { in parseEdid() 318 .pnpId = *pnpId, in parseEdid()
|
D | DisplayIdentification.h | 86 PnpId pnpId; member
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 4575 StringAppendF(&result, "port=%u pnpId=%s displayName=\"", port, edid->pnpId.data()); in dumpDisplayIdentificationData()
|