HomeSort by relevance Sort by last modified time
    Searched defs:interface (Results 51 - 75 of 262) sorted by null

1 23 4 5 6 7 8 91011

  /system/bt/main/
stack_config.c 79 // Interface functions
121 const stack_config_t interface = { variable
135 return &interface;
  /system/connectivity/shill/cellular/
cellular_bearer.cc 183 const string& interface,
187 << ", interface=" << interface; local
189 if (interface != MM_DBUS_INTERFACE_BEARER)
  /system/connectivity/shill/vpn/
third_party_vpn_driver_unittest.cc 91 const std::string interface = kInterfaceName; local
97 .WillOnce(DoAll(SetArgumentPointee<0>(interface), Return(true)));
104 EXPECT_CALL(device_info_, OpenTunnelInterface(interface))
111 EXPECT_TRUE(driver_->ClaimInterface(interface, kInterfaceIndex));
  /external/avahi/avahi-client/
internal.h 73 AvahiIfIndex interface; member in struct:AvahiDomainBrowser
89 AvahiIfIndex interface; member in struct:AvahiServiceBrowser
101 AvahiIfIndex interface; member in struct:AvahiServiceTypeBrowser
113 AvahiIfIndex interface; member in struct:AvahiServiceResolver
125 AvahiIfIndex interface; member in struct:AvahiHostNameResolver
137 AvahiIfIndex interface; member in struct:AvahiAddressResolver
150 AvahiIfIndex interface; member in struct:AvahiRecordBrowser
168 int avahi_client_simple_method_call(AvahiClient *client, const char *path, const char *interface, const char *method);
  /external/avahi/avahi-core/
browse.c 46 AvahiIfIndex interface; member in struct:AvahiSRBLookup
60 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
61 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
84 AvahiIfIndex interface,
92 assert(AVAHI_IF_VALID(interface));
104 l->interface = interface;
160 AvahiIfIndex interface,
171 if ((l->interface == AVAHI_IF_UNSPEC || l->interface == interface) &
    [all...]
cache.h 68 AvahiInterface *interface; member in struct:AvahiCache
80 AvahiCache *avahi_cache_new(AvahiServer *server, AvahiInterface *interface);
multicast-lookup.c 46 AvahiIfIndex interface; member in struct:AvahiMulticastLookup
76 l->callback(l->engine, l->interface, l->protocol, AVAHI_BROWSER_ALL_FOR_NOW, AVAHI_LOOKUP_RESULT_MULTICAST, NULL, l->userdata);
81 AvahiIfIndex interface,
91 assert(AVAHI_IF_VALID(interface));
103 l->interface = interface;
114 avahi_querier_add_for_all(e->server, interface, protocol, l->key, &tv);
132 avahi_querier_remove_for_all(l->engine->server, l->interface, l->protocol, l->key);
198 AvahiInterface *interface; member in struct:cbdata
212 cbdata->interface->hardware->index
    [all...]
probe-sched.c 53 AvahiInterface *interface; member in struct:AvahiProbeScheduler
140 s->interface = i;
232 if (!(p = avahi_dns_packet_new_query(s->interface->hardware->mtu)))
265 avahi_interface_send_packet(s->interface, p);
317 avahi_interface_send_packet(s->interface, p);
query-sched.c 69 AvahiInterface *interface; member in struct:AvahiQueryScheduler
160 s->interface = i;
221 avahi_cache_walk(s->interface->cache, qj->key, known_answer_walk_callback, s);
253 avahi_interface_send_packet(s->interface, p);
256 p = avahi_dns_packet_new_query(s->interface->hardware->mtu);
269 avahi_interface_send_packet(s->interface, p);
291 if (!(p = avahi_dns_packet_new_query(s->interface->hardware->mtu)))
resolve-service.c 45 AvahiIfIndex interface; member in struct:AvahiSServiceResolver
85 r->interface,
126 r->interface,
168 AvahiIfIndex interface,
193 if (r->interface > 0 && interface > 0 && interface != r->interface)
199 if (r->interface <= 0)
200 r->interface = interface
    [all...]
  /external/avahi/avahi-daemon/
dbus-protocol.c 179 /* avahi_log_debug(__FILE__": interface=%s, path=%s, member=%s", */
246 avahi_log_debug(__FILE__": interface=%s, path=%s, member=%s",
462 int32_t interface, protocol, aprotocol; local
469 DBUS_TYPE_INT32, &interface,
495 if (!(i->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_sync_host_name_resolver_callback, i))) {
504 int32_t interface, protocol; local
512 DBUS_TYPE_INT32, &interface,
540 if (!(i->address_resolver = avahi_s_address_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, &a, (AvahiLookupFlags) flags, avahi_dbus_sync_address_resolver_callback, i))) {
558 int32_t interface, protocol, type; local
564 DBUS_TYPE_INT32, &interface,
614 int32_t interface, protocol; local
669 int32_t interface, protocol; local
716 int32_t interface, protocol, aprotocol; local
766 int32_t interface, protocol, aprotocol; local
829 int32_t interface, protocol, aprotocol; local
882 int32_t interface, protocol; local
947 int32_t interface, protocol; local
    [all...]
  /external/avahi/avahi-gobject/
ga-entry-group.h 44 AvahiIfIndex interface; member in struct:_GaEntryGroupService
94 interface,
118 AvahiIfIndex interface,
136 AvahiIfIndex interface,
ga-record-browser.c 65 AvahiIfIndex interface; member in struct:_GaRecordBrowserPrivate
94 priv->interface = g_value_get_int(value);
125 g_value_set_int(value, priv->interface);
225 param_spec = g_param_spec_int("interface", "interface index",
226 "Interface use for browser",
307 GaRecordBrowser *ga_record_browser_new_full(AvahiIfIndex interface,
314 "interface", interface,
321 static void _avahi_record_browser_cb(AVAHI_GCC_UNUSED AvahiRecordBrowser * r, AvahiIfIndex interface,
    [all...]
ga-service-browser.c 65 AvahiIfIndex interface; member in struct:_GaServiceBrowserPrivate
101 priv->interface = g_value_get_int(value);
129 g_value_set_int(value, priv->interface);
223 param_spec = g_param_spec_int("interface", "interface index",
224 "Interface use for browser",
293 static void _avahi_service_browser_cb(AvahiServiceBrowser * b, AvahiIfIndex interface,
311 interface, protocol, name, type, domain, flags);
338 GaServiceBrowser *ga_service_browser_new_full(AvahiIfIndex interface,
343 "interface", interface
    [all...]
ga-service-resolver.c 65 AvahiIfIndex interface; member in struct:_GaServiceResolverPrivate
110 priv->interface = g_value_get_int(value);
145 g_value_set_int(value, priv->interface);
225 param_spec = g_param_spec_int("interface", "interface index",
226 "Interface use for resolver",
309 AvahiIfIndex interface,
327 interface, protocol,
346 GaServiceResolver *ga_service_resolver_new(AvahiIfIndex interface,
353 return g_object_new(GA_TYPE_SERVICE_RESOLVER, "interface", interface
    [all...]
  /external/dbus/bus/
policy.h 62 char *interface; member in struct:BusPolicyRule::__anon8706::__anon8707
77 char *interface; member in struct:BusPolicyRule::__anon8706::__anon8708
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.hpp 23 * \brief Program interface query test case
41 ProgramInterface interface; member in struct:deqp::gles31::Functional::ProgramResourceQueryTestTarget
  /external/libchrome/dbus/
exported_object.cc 201 const std::string interface = method_call->GetInterface(); local
204 if (interface.empty()) {
205 // We don't support method calls without interface.
206 LOG(WARNING) << "Interface is missing: " << method_call->ToString();
212 interface, member);
property.cc 39 const std::string& interface,
42 interface_(interface),
71 std::string interface; local
72 if (!reader.PopString(&interface)) {
74 << "expected interface name: " << signal->ToString();
78 if (interface != this->interface())
103 writer.AppendString(interface());
140 writer.AppendString(interface());
169 writer.AppendString(interface());
    [all...]
property.h 23 // standard interface of method calls and signals to obtain the current value,
25 // interface makes heavy use of variants and dictionaries of variants. The
123 // D-Bus Properties interface constants, declared here rather than
221 // |interface| specifies the D-Bus interface of these properties, and
224 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
312 // Retrieves the interface of this property set.
313 const std::string& interface() const { return interface_; } function in class:dbus::PropertySet
332 // Interface of property, e.g. "org.chromium.ExampleService", this is
333 // distinct from the interface of the method call itself which is th
    [all...]
  /external/libusb/libusb/os/
darwin_usb.h 133 usb_interface_t **interface; member in struct:darwin_device_handle_priv::__darwin_interface
  /external/mtpd/
mtpd.c 46 static char *interface; variable
76 printf(" %s interface %s %s pppd-arguments\n",
82 interface = argv[1];
272 log_print(INFO, "Connecting to %s port %s via %s", server, port, interface);
283 if (!setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, interface,
284 strlen(interface)) && !connect(s, r->ai_addr, r->ai_addrlen)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetyps.h 36 #undef interface macro
37 #define interface struct macro
55 #undef interface macro
56 #define interface struct macro
65 #define THIS_ INTERFACE *This,
66 #define THIS INTERFACE *This
  /system/bt/hci/src/
btsnoop.c 96 // Interface functions
129 static const btsnoop_t interface = { variable
136 return &interface;
hci_hal_h4.c 43 // Our interface and modules we import
44 static const hci_hal_t interface; variable
59 // Interface functions
106 interface.close();
250 static const hci_hal_t interface = { variable
263 return &interface;
268 return &interface;

Completed in 2575 milliseconds

1 23 4 5 6 7 8 91011