Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DMatrixHal.h32 struct MatrixHal { struct
36 HalFormat format = HalFormat::HIDL;
37 std::string name;
38 std::vector<VersionRange> versionRanges;
39 bool optional = false;
40 std::map<std::string, HalInterface> interfaces;
42 inline const std::string& getName() const { return name; } in getName()