Searched refs:sysfs_rel (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterfaceModule.cpp | 466 const std::string ExynosDisplayDrmInterfaceModule::GetPanelInfo(const std::string &sysfs_rel, in GetPanelInfo() argument 476 if (readLineFromFile(sysfs + "/" + sysfs_rel, info, delim) != OK) { in GetPanelInfo() 477 ALOGE("failed reading %s/%s", sysfs.c_str(), sysfs_rel.c_str()); in GetPanelInfo()
|
D | ExynosDisplayDrmInterfaceModule.h | 162 const std::string GetPanelInfo(const std::string &sysfs_rel, char delim);
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.cpp | 1699 std::string sysfs_rel("panel_name"); in getPanelName() local 1700 if (readLineFromFile(sysfs + "/" + sysfs_rel, mPanelName, '\n') != OK) { in getPanelName() 1701 ALOGE("failed reading %s/%s", sysfs.c_str(), sysfs_rel.c_str()); in getPanelName()
|