Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp602 struct MatrixHalConverter : public XmlNodeConverter<MatrixHal> { struct
603 std::string elementName() const override { return "hal"; } in elementName()
604 void mutateNode(const MatrixHal& object, NodeType* root, in mutateNode()
622 bool buildObject(MatrixHal* object, NodeType* root, in buildObject()
672 bool checkAdditionalRestrictionsOnHal(const MatrixHal& hal, std::string* error) const { in checkAdditionalRestrictionsOnHal()
/system/libvintf/test/
DLibVintfTest.cpp487 TEST_F(LibVintfTest, MatrixHalConverter) { in TEST_F() argument