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

/system/libvintf/include/vintf/
H A DHalGroup.h29 // A HalGroup is a wrapped multimap from name to Hal.
32 struct HalGroup { struct in namespace:android::vintf
36 virtual ~HalGroup() {}
37 // Move all hals from another HalGroup to this.
38 bool addAllHals(HalGroup* other, std::string* error = nullptr) {
50 // Add an hal to this HalGroup so that it can be constructed programatically.

Completed in 66 milliseconds