Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/dhcpcd-6.8.2/
Ddhcpcd.h60 struct interface { struct
62 TAILQ_ENTRY(interface) next; argument
83 TAILQ_HEAD(if_head, interface); argument
/external/autotest/client/common_lib/cros/network/
Diw_runner.py180 def add_interface(self, phy, interface, interface_type): argument
193 def disconnect_station(self, interface): argument
243 def get_link_value(self, interface, iw_link_key): argument
287 def ibss_join(self, interface, ssid, frequency): argument
300 def ibss_leave(self, interface): argument
518 def remove_interface(self, interface, ignore_status=False): argument
546 def scan(self, interface, frequencies=(), ssids=()): argument
562 def timed_scan(self, interface, frequencies=(), ssids=()): argument
599 def scan_dump(self, interface): argument
615 def set_tx_power(self, interface, power): argument
[all …]
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dadaptor_generator.cc33 for (const auto& interface : interfaces) { in GenerateAdaptors() local
51 for (const auto& interface : interfaces) in GenerateAdaptors() local
61 const Interface& interface, in GenerateInterfaceAdaptor()
135 const Interface& interface, in AddRegisterWithDBusObject()
152 const Interface& interface, in RegisterInterface()
237 void AdaptorGenerator::AddInterfaceMethods(const Interface& interface, in AddInterfaceMethods()
327 const Interface& interface, in AddSendSignalMethods()
378 void AdaptorGenerator::AddSignalDataMembers(const Interface& interface, in AddSignalDataMembers()
417 const Interface& interface, in AddPropertyMethodImplementation()
480 void AdaptorGenerator::AddPropertyDataMembers(const Interface& interface, in AddPropertyDataMembers()
Dproxy_generator_unittest.cc1315 Interface interface; in TEST_F() local
1360 Interface interface; in TEST_F() local
1379 Interface interface; in TEST_F() local
1402 Interface interface; in TEST_F() local
/external/skia/src/gpu/vk/
DGrVkCaps.cpp108 void GrVkCaps::initGLSLCaps(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initGLSLCaps()
125 static void format_supported_for_feature(const GrVkInterface* interface, in format_supported_for_feature()
138 static void config_supported_for_feature(const GrVkInterface* interface, in config_supported_for_feature()
166 void GrVkCaps::initConfigRenderableTable(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initConfigRenderableTable()
195 void GrVkCaps::initConfigTexturableTable(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initConfigTexturableTable()
230 void GrVkCaps::initStencilFormats(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initStencilFormats()
/external/avahi/avahi-python/avahi-discover/
Davahi-discover.py88 def siocgifname(self, interface): argument
94 def get_interface_name(self, interface, protocol): argument
100 …def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, por… argument
120 def new_service(self, interface, protocol, name, stype, domain, flags): argument
137 def remove_service(self, interface, protocol, name, stype, domain, flags): argument
160 def new_service_type(self, interface, protocol, stype, domain, flags): argument
175 def browse_domain(self, interface, protocol, domain): argument
198 def new_domain(self,interface, protocol, domain, flags): argument
219 …def update_label(self,interface, protocol, name, stype, domain, host, aprotocol, address, port, tx… argument
237 content, name, interface,protocol,stype,domain): argument
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dinterface.py162 def get_interface_format_text(interface, path="/usr/share/selinux/devel/policy.xml"): argument
169 def get_interface_compile_format_text(interfaces_dict, interface): argument
179 def generate_compile_te(interface, idict, name="compiletest"): argument
203 def interface_compile_test(interface, path="/usr/share/selinux/devel/policy.xml"): argument
/external/libbrillo/brillo/glib/
Ddbus.cc110 const char* interface, in RetrieveProperties()
135 const char* interface, in Proxy()
145 const char* interface) in Proxy()
152 const char* interface) in Proxy()
171 const char* interface, in GetGProxy()
201 const char* interface) { in GetGPeerProxy()
288 void SignalWatcher::StartMonitoring(const std::string& interface, in StartMonitoring()
/external/libchrome/dbus/
Ddbus_statistics.cc35 std::string interface; member
84 const std::string& interface, in AddStat()
107 const std::string& interface, in GetStat()
152 const std::string& interface, in AddSentMethodCall()
161 const std::string& interface, in AddReceivedSignal()
170 const std::string& interface, in AddBlockingSentMethodCall()
265 const std::string& interface, in GetCalls()
/external/avahi/avahi-daemon/
Ddbus-entry-group.c167 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
215 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
248 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
281 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
312 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
Ddbus-protocol.c462 int32_t interface, protocol, aprotocol; in msg_server_impl() local
504 int32_t interface, protocol; in msg_server_impl() local
558 int32_t interface, protocol, type; in msg_server_impl() local
614 int32_t interface, protocol; in msg_server_impl() local
669 int32_t interface, protocol; in msg_server_impl() local
716 int32_t interface, protocol, aprotocol; in msg_server_impl() local
766 int32_t interface, protocol, aprotocol; in msg_server_impl() local
829 int32_t interface, protocol, aprotocol; in msg_server_impl() local
882 int32_t interface, protocol; in msg_server_impl() local
947 int32_t interface, protocol; in msg_server_impl() local
/external/skia/src/gpu/gl/
DGrGLInterface.cpp21 const GrGLInterface* GrGLInterfaceAddTestDebugMarker(const GrGLInterface* interface, in GrGLInterfaceAddTestDebugMarker()
38 const GrGLInterface* GrGLInterfaceRemoveNVPR(const GrGLInterface* interface) { in GrGLInterfaceRemoveNVPR()
78 GrGLInterface* GrGLInterface::NewClone(const GrGLInterface* interface) { in NewClone()
/external/avahi/avahi-core/
Dbrowse.c46 AvahiIfIndex interface; member
84 AvahiIfIndex interface, in lookup_new()
160 AvahiIfIndex interface, in lookup_find()
251 AvahiIfIndex interface, in lookup_multicast_callback()
359 static AvahiSRBLookup* lookup_add(AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol pro… in lookup_add()
401 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, … in lookup_handle_cname()
426 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, Av… in lookup_drop_cname()
524 AvahiIfIndex interface, in avahi_s_record_browser_new()
Dentry.c151 static int check_record_conflict(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, Av… in check_record_conflict()
188 AvahiIfIndex interface, in server_add_internal()
319 AvahiIfIndex interface, in avahi_server_add()
381 AvahiIfIndex interface, in server_add_ptr_internal()
414 AvahiIfIndex interface, in avahi_server_add_ptr()
434 AvahiIfIndex interface, in avahi_server_add_address()
528 AvahiIfIndex interface, in server_add_txt_strlst_nocopy()
572 AvahiIfIndex interface, in server_add_service_strlst_nocopy()
692 AvahiIfIndex interface, in avahi_server_add_service_strlst()
712 AvahiIfIndex interface, in avahi_server_add_service()
[all …]
Dbrowse-dns-server.c39 AvahiIfIndex interface; member
64 static AvahiDNSServerInfo* get_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, Avahi… in get_server_info()
97 AVAHI_GCC_UNUSED AvahiIfIndex interface, in host_name_resolver_callback()
140 AvahiIfIndex interface, in record_browser_callback()
236 AvahiIfIndex interface, in avahi_s_dns_server_browser_new()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_helpers.c25 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties()
81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties()
146 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all()
232 char *interface, in properties_get_or_set()
285 char *interface; in properties_handler() local
603 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties()
655 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal()
690 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal()
717 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal()
844 const char *path, const char *interface, in wpa_dbus_mark_property_changed()
[all …]
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.h28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init()
34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
/external/webrtc/webrtc/base/
Difaddrs_converter.cc20 const struct ifaddrs* interface, in ConvertIfAddrsToIPAddress()
48 const struct ifaddrs* interface, in ConvertNativeAttributesToIPAttributes()
/external/avahi/avahi-dnsconfd/
Dmain.c82 AvahiIfIndex interface; member
99 static DNSServerInfo* get_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *a… in get_server_info()
112 static DNSServerInfo* new_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *a… in new_server_info()
198 static char *concat_dns_servers(AvahiIfIndex interface) { in concat_dns_servers()
254 static void run_script(int new, AvahiIfIndex interface, AvahiProtocol protocol, const char *address… in run_script()
296 AvahiIfIndex interface; in new_line() local
363 AvahiIfIndex interface = servers->interface; in free_dns_server_info_list() local
/external/avahi/avahi-client/
Dclient-test.c53 AvahiIfIndex interface, in avahi_domain_browser_callback()
65 AvahiIfIndex interface, in avahi_service_resolver_callback()
92 AvahiIfIndex interface, in avahi_service_browser_callback()
114 AvahiIfIndex interface, in avahi_service_type_browser_callback()
127 AvahiIfIndex interface, in avahi_address_resolver_callback()
146 AvahiIfIndex interface, in avahi_host_name_resolver_callback()
Dbrowser.c106 AvahiIfIndex interface, in avahi_domain_browser_new()
271 int32_t interface, protocol; in avahi_domain_browser_event() local
352 AvahiIfIndex interface, in avahi_service_type_browser_new()
493 int32_t interface, protocol; in avahi_service_type_browser_event() local
566 AvahiIfIndex interface, in avahi_service_browser_new()
715 int32_t interface, protocol; in avahi_service_browser_event() local
788 AvahiIfIndex interface, in avahi_record_browser_new()
931 int32_t interface, protocol; in avahi_record_browser_event() local
Dinternal.h73 AvahiIfIndex interface; member
89 AvahiIfIndex interface; member
101 AvahiIfIndex interface; member
113 AvahiIfIndex interface; member
125 AvahiIfIndex interface; member
137 AvahiIfIndex interface; member
150 AvahiIfIndex interface; member
Dresolver.c65 int32_t interface, protocol, aprotocol; in avahi_service_resolver_event() local
181 AvahiIfIndex interface, in avahi_service_resolver_new()
369 int32_t interface, protocol, aprotocol; in avahi_host_name_resolver_event() local
426 AvahiIfIndex interface, in avahi_host_name_resolver_new()
588 int32_t interface, protocol, aprotocol; in avahi_address_resolver_event() local
644 AvahiIfIndex interface, in avahi_address_resolver_new()
/external/libusb-compat/examples/
Dtestlibusb.c23 void print_altsetting(struct usb_interface_descriptor *interface) in print_altsetting()
39 void print_interface(struct usb_interface *interface) in print_interface()
/external/autotest/client/common_lib/cros/
Ddbus_send.py163 def dbus_send(bus_name, interface, object_path, method_name, args=None, argument
192 def get_property(bus_name, interface, object_path, property_name, host=None): argument

12345678910