Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/
DFileNode.h32 FileNode(const std::string& nodePath);
56 std::shared_ptr<FileNode> getFileNode(const std::string& nodePath) { in getFileNode() argument
57 if (mFileNodes.find(nodePath) == mFileNodes.end()) { in getFileNode()
58 mFileNodes[nodePath] = std::make_shared<FileNode>(nodePath); in getFileNode()
60 return mFileNodes[nodePath]; in getFileNode()
DFileNode.cpp28 FileNode::FileNode(const std::string& nodePath) : mNodePath(nodePath) {} in FileNode() argument
/hardware/google/pixel/powerstats/dataproviders/
DIioEnergyMeterDataSelector.cpp79 std::string nodePath = devicePath + kSelectionNode; in applyConfigToDevices() local
82 bool success = ::android::base::WriteStringToFile(railConfig, nodePath); in applyConfigToDevices()
84 LOG(ERROR) << "Failed to write: " << railConfig << " to: " << nodePath; in applyConfigToDevices()
117 std::string nodePath = devicePath + kSelectionNode; in sendConfigurationComplete() local
118 bool success = ::android::base::WriteStringToFile(kSelectionComplete, nodePath); in sendConfigurationComplete()
120 LOG(ERROR) << "Failed to write: " << kSelectionComplete << " to: " << nodePath; in sendConfigurationComplete()