Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DHalGroup.h30 struct HalGroup { struct
32 virtual ~HalGroup() {} in ~HalGroup() argument
34 bool addAll(HalGroup&& other) { in addAll() argument
44 bool add(Hal&& hal) { in add()
59 virtual bool shouldAdd(const Hal&) const { return true; } in shouldAdd()
63 ConstMultiMapValueIterable<std::string, Hal> getHals() const { in getHals()
72 Hal* getAnyHal(const std::string& name) { in getAnyHal()