Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.cpp112 std::string displayFileNodePath = mDisplay->getPanelSysfsPath(); in VariableRefreshRateController() local
113 if (displayFileNodePath.empty()) { in VariableRefreshRateController()
119 mFileNode = fileNodeManager.getFileNode(displayFileNodePath); in VariableRefreshRateController()
171 std::string fullPath = displayFileNodePath + kFrameRateNodeName; in VariableRefreshRateController()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp226 std::string displayFileNodePath = getPanelSysfsPath(); local
227 if (displayFileNodePath.empty()) {
229 displayFileNodePath.c_str(), mDisplayName.c_str());
233 auto fileNode = fileNodeManager.getFileNode(displayFileNodePath);
241 displayFileNodePath.c_str(), kRefreshControlNodeName.c_str());