Home
last modified time | relevance | path

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

/aosp_15_r20/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()
232 std::string displayFileNodePath = mDisplay->getPanelSysfsPath(); in notifyExpectedPresent() local
234 displayFileNodePath.c_str(), "expect_present_time"); in notifyExpectedPresent()
238 std::string displayFileNodePath = mDisplay->getPanelSysfsPath(); in notifyExpectedPresent() local
240 displayFileNodePath.c_str(), "frame_interval"); in notifyExpectedPresent()
277 std::string displayFileNodePath = mDisplay->getPanelSysfsPath(); in setActiveVrrConfiguration() local
279 displayFileNodePath.c_str(), "expected_present_time_ns"); in setActiveVrrConfiguration()
/aosp_15_r20/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());