Home
last modified time | relevance | path

Searched refs:HalGroup (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/include/vintf/
DHalGroup.h32 struct HalGroup { struct
36 virtual ~HalGroup() {} in ~HalGroup() argument
38 bool addAllHals(HalGroup* other, std::string* error = nullptr) {
DCompatibilityMatrix.h45 struct CompatibilityMatrix : public HalGroup<MatrixHal>, public XmlFileGroup<MatrixXmlFile> {
DHalManifest.h55 struct HalManifest : public HalGroup<ManifestHal>, public XmlFileGroup<ManifestXmlFile> {
/system/libvintf/
DHalManifest.cpp104 return HalGroup::add(std::move(halToAdd)); in add()