Searched refs:appendAttr (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 186 inline void appendAttr(NodeType *e, const std::string &attrName, const T &attr) const { in appendAttr() function 190 inline void appendAttr(NodeType *e, const std::string &attrName, bool attr) const { in appendAttr() function 385 appendAttr(root, "arch", object.arch); in mutateNode() 409 appendAttr(root, "type", object.mType); in mutateNode() 472 appendAttr(root, "format", hal.format); in mutateNode() 473 appendAttr(root, "optional", hal.optional); in mutateNode() 504 appendAttr(root, "version", kernel.mMinLts); in mutateNode() 521 appendAttr(root, "format", hal.format); in mutateNode() 612 appendAttr(root, "version", HalManifest::kVersion); in mutateNode() 613 appendAttr(root, "type", m.mType); in mutateNode() [all …]
|