Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/
DFileNode.cpp47 uint32_t FileNode::getLastWrittenValue(const std::string& nodeName) { in getLastWrittenValue() argument
48 int fd = getFileHandler(nodeName); in getLastWrittenValue()
53 std::optional<std::string> FileNode::readString(const std::string& nodeName) { in readString() argument
54 std::string fullPath = mNodePath + nodeName; in readString()
64 bool FileNode::WriteUint32(const std::string& nodeName, uint32_t value) { in WriteUint32() argument
65 int fd = getFileHandler(nodeName); in WriteUint32()
71 mNodePath.c_str(), nodeName.c_str(), ret, errno); in WriteUint32()
75 ALOGE("Write to invalid file node %s%s", mNodePath.c_str(), nodeName.c_str()); in WriteUint32()
82 int FileNode::getFileHandler(const std::string& nodeName) { in getFileHandler() argument
83 if (mFds.count(nodeName) > 0) { in getFileHandler()
[all …]
DFileNode.h37 uint32_t getLastWrittenValue(const std::string& nodeName);
39 std::optional<std::string> readString(const std::string& nodeName);
41 bool WriteUint32(const std::string& nodeName, uint32_t value);
44 int getFileHandler(const std::string& nodeName);
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp181 String8 nodeName; in updateBrightnessTable() local
182 nodeName.appendFormat(kDimBrightnessFileNode, mPanelIndex); in updateBrightnessTable()
184 std::ifstream ifsDimBrightness(nodeName.c_str()); in updateBrightnessTable()
186 ALOGW("%s fail to open %s", __func__, nodeName.c_str()); in updateBrightnessTable()
231 String8 nodeName; in initBrightnessSysfs() local
232 nodeName.appendFormat(BRIGHTNESS_SYSFS_NODE, mPanelIndex); in initBrightnessSysfs()
233 mBrightnessOfs.open(nodeName.c_str(), std::ofstream::out); in initBrightnessSysfs()
235 ALOGE("%s %s fail to open", __func__, nodeName.c_str()); in initBrightnessSysfs()
239 nodeName.clear(); in initBrightnessSysfs()
240 nodeName.appendFormat(MAX_BRIGHTNESS_SYSFS_NODE, mPanelIndex); in initBrightnessSysfs()
[all …]
DBrightnessController.h194 String8 nodeName; in GetPanelSysfileByIndex() local
195 nodeName.appendFormat(file_pattern, mPanelIndex); in GetPanelSysfileByIndex()
196 return nodeName.c_str(); in GetPanelSysfileByIndex()
200 String8 nodeName; in GetPanelRefreshRateSysfile() local
201 nodeName.appendFormat(kRefreshrateFileNode, in GetPanelRefreshRateSysfile()
205 return nodeName.c_str(); in GetPanelRefreshRateSysfile()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dchunked.js45 if(element.children[i].nodeName == "A" && element.children[i].href.indexOf(chapter) >= 0) {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dauto-render.min.js1 …Type&&function(){var t=" "+o.className+" ";-1===r.ignoredTags.indexOf(o.nodeName.toLowerCase())&&r…
Dauto-render.js280 …var shouldRender = optionsCopy.ignoredTags.indexOf(childNode.nodeName.toLowerCase()) === -1 && opt…
Dauto-render.mjs163 …const shouldRender = optionsCopy.ignoredTags.indexOf(childNode.nodeName.toLowerCase()) === -1 && o…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4nodeName:"#document",mode:r.NO_QUIRKS,childNodes:[]}},t.createDocumentFragment=function(){return{n… property