Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A 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;
/aosp12/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h198 typedef HINTERFACE HalInterface; typedef
317 HalInterface; in _castFromHalBaseAndConvert() typedef
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DCameraHybridInterface.h38 typedef HINTERFACE HalInterface; typedef
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3098 Camera3Device::HalInterface::HalInterface( in HalInterface() function in android::Camera3Device::HalInterface
3131 Camera3Device::HalInterface::HalInterface() : in HalInterface() function in android::Camera3Device::HalInterface
3135 Camera3Device::HalInterface::HalInterface(const HalInterface& other) : in HalInterface() function in android::Camera3Device::HalInterface