Home
last modified time | relevance | path

Searched defs:MatrixHalConverter (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/
Dparse_xml.cpp469 struct MatrixHalConverter : public XmlNodeConverter<MatrixHal> { struct
470 std::string elementName() const override { return "hal"; } in elementName()
471 void mutateNode(const MatrixHal &hal, NodeType *root, DocType *d) const override { in mutateNode()
478 bool buildObject(MatrixHal *object, NodeType *root) const override { in buildObject()
/system/libvintf/test/
Dmain.cpp375 TEST_F(LibVintfTest, MatrixHalConverter) { in TEST_F() argument