Searched refs:buildObject (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 136 virtual bool buildObject(Object *o, NodeType *n) const = 0; 157 return this->buildObject(object, root); in deserialize() 365 virtual bool buildObject(Object *object, NodeType *root) const override { in buildObject() function 389 bool buildObject(TransportArch *object, NodeType *root) const override { in buildObject() function 412 bool buildObject(KernelConfigTypedValue *object, NodeType *root) const override { in buildObject() function 434 bool buildObject(KernelConfig *object, NodeType *root) const override { in buildObject() function 451 bool buildObject(HalInterface *intf, NodeType *root) const override { in buildObject() function 478 bool buildObject(MatrixHal *object, NodeType *root) const override { in buildObject() function 507 bool buildObject(MatrixKernel *object, NodeType *root) const override { in buildObject() function 529 bool buildObject(ManifestHal *object, NodeType *root) const override { in buildObject() function [all …]
|