Searched defs:HalInterface (Results 1 – 2 of 2) sorted by relevance
30 struct HalInterface { struct32 HalInterface(std::string&& name, std::set<std::string>&& instances) in HalInterface() function34 HalInterface(const std::string& name, const std::set<std::string>& instances) in HalInterface() argument51 friend bool operator==(const HalInterface&, const HalInterface&); argument54 std::string mName;55 std::set<std::string> mInstances;56 std::set<std::string> mRegexes;
198 typedef HINTERFACE HalInterface; typedef317 HalInterface; in _castFromHalBaseAndConvert() typedef