Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplay.cpp39 static const std::map<const DisplayType, const std::string> panelSysfsPath = variable
389 auto iter = panelSysfsPath.find(type); in getPanelSysfsPath()
390 if (iter == panelSysfsPath.end()) { in getPanelSysfsPath()