Searched defs:HalInterface (Results 1 – 4 of 4) sorted by relevance
30 struct HalInterface { struct32 HalInterface(std::string&& name, std::set<std::string>&& instances) in HalInterface() argument34 HalInterface(const std::string& name, const std::set<std::string>& instances) in HalInterface() function51 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
38 typedef HINTERFACE HalInterface; typedef
3098 Camera3Device::HalInterface::HalInterface( in HalInterface() function in android::Camera3Device::HalInterface3131 Camera3Device::HalInterface::HalInterface() : in HalInterface() function in android::Camera3Device::HalInterface3135 Camera3Device::HalInterface::HalInterface(const HalInterface& other) : in HalInterface() function in android::Camera3Device::HalInterface