Searched refs:appendAttr (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/
H A Dparse_xml.cpp186 inline void appendAttr(NodeType *e, const std::string &attrName, const T &attr) const { function in struct:android::vintf::XmlNodeConverter
190 inline void appendAttr(NodeType *e, const std::string &attrName, bool attr) const { function in struct:android::vintf::XmlNodeConverter
385 appendAttr(root, "arch", object.arch);
409 appendAttr(root, "type", object.mType);
472 appendAttr(root, "format", hal.format);
473 appendAttr(root, "optional", hal.optional);
504 appendAttr(root, "version", kernel.mMinLts);
521 appendAttr(root, "format", hal.format);
612 appendAttr(root, "version", HalManifest::kVersion);
613 appendAttr(roo
[all...]

Completed in 32 milliseconds