Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DHalInterface.h30 struct HalInterface { struct
32 HalInterface(std::string&& name, std::set<std::string>&& instances) in HalInterface() argument
34 HalInterface(const std::string& name, const std::set<std::string>& instances) in HalInterface() function
51 friend bool operator==(const HalInterface&, const HalInterface&); argument
54 std::string mName;
55 std::set<std::string> mInstances;
56 std::set<std::string> mRegexes;
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h198 typedef HINTERFACE HalInterface; typedef
317 HalInterface; in _castFromHalBaseAndConvert() typedef