Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp50 static const std::map<const uint32_t, const std::string_view> pixelDisplayIntfName = variable
198 auto iter = pixelDisplayIntfName.find(getDisplayId(HWC_DISPLAY_PRIMARY, i)); in ExynosDevice()
199 if (iter != pixelDisplayIntfName.end()) { in ExynosDevice()