Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/
H A Dparse_xml.cpp642 struct MatrixHalConverter : public XmlNodeConverter<MatrixHal> { struct
643 std::string elementName() const override { return "hal"; } in elementName()
644 void mutateNode(const MatrixHal& object, NodeType* root, in mutateNode()
670 bool buildObject(MatrixHal* object, NodeType* root, in buildObject()
720 bool checkAdditionalRestrictionsOnHal(const MatrixHal& hal, std::string* error) const { in checkAdditionalRestrictionsOnHal()
/aosp_15_r20/system/libvintf/test/
H A DLibVintfTest.cpp736 TEST_F(LibVintfTest, MatrixHalConverter) { in TEST_F() argument