Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp69 inline void appendChild(NodeType *parent, NodeType *child) { in appendChild() function
73 inline void appendChild(DocType *parent, NodeType *child) { in appendChild() function
160 appendChild(doc, serialize(o, doc, flags)); in serialize()
220 appendChild(parent, c); in appendTextElement()
230 appendChild(parent, c); in appendTextElements()
239 appendChild(parent, conv.serialize(t, d, flags)); in appendChildren()
460 appendChild(root, kernelConfigKeyConverter(object.first, d)); in mutateNode()
461 appendChild(root, kernelConfigTypedValueConverter(object.second, d)); in mutateNode()
606 appendChild(root, matrixKernelConditionsConverter(kernel.mConditions, d)); in mutateNode()
634 appendChild(root, transportArchConverter(hal.transportArch, d)); in mutateNode()
[all …]