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

/system/libvintf/include/vintf/
H A DManifestHal.h44 std::map<std::string, HalInterface>&& intf)
49 interfaces(std::move(intf)) {}
43 ManifestHal(HalFormat fmt, std::string&& n, std::vector<Version>&& vs, TransportArch ta, std::map<std::string, HalInterface>&& intf) argument
/system/core/adb/daemon/
H A Dusb.cpp64 struct usb_interface_descriptor intf; member in struct:func_desc
70 struct usb_interface_descriptor intf; member in struct:ss_func_desc
101 .intf = {
102 .bLength = sizeof(fs_descriptors.intf),
128 .intf = {
129 .bLength = sizeof(hs_descriptors.intf),
155 .intf = {
156 .bLength = sizeof(ss_descriptors.intf),
/system/libvintf/test/
H A DLibVintfTest.cpp120 HalInterface intf("IFoo", {"default"});
122 map[intf.name()] = intf;
460 static bool insert(std::map<std::string, HalInterface>* map, HalInterface&& intf) { argument
461 std::string name{intf.name()};
462 return map->emplace(std::move(name), std::move(intf)).second;

Completed in 323 milliseconds