Searched defs:interface (Results 1 - 25 of 171) sorted by path

1234567

/external/android-clat/
H A Dclatd.c16 * clatd.c - tun interface setup and main event loop
83 * creates a tun interface and names it
154 * configures the ipv4 and ipv6 addresses on the tunnel interface
176 // Configure the interface before bringing it up. As soon as we bring the interface up, the
177 // framework will be notified and will assume the interface's configuration has been finalized.
265 * interface - uplink interface name
268 int update_clat_ipv6_address(const struct tun_data *tunnel, const char *interface) { argument
273 interface_ip = getinterface_ip(interface, AF_INET
[all...]
H A Dgetaddr.c95 * finds the first global non-privacy IP of the given family for the given interface, or returns NULL. caller frees pointer
96 * interface - interface to look for
99 union anyip *getinterface_ip(const char *interface, int family) { argument
107 targ.ifindex = if_nametoindex(interface);
109 return NULL; // interface not found
/external/chromium_org/cc/test/
H A Dtest_in_process_context_provider.cc90 static void BindGrContextCallback(const GrGLInterface* interface) { argument
92 reinterpret_cast<TestInProcessContextProvider*>(interface->fCallbackData);
101 // The GrGLInterface factory will make GL calls using the C GLES2 interface.
106 skia::RefPtr<GrGLInterface> interface = local
108 interface->fCallback = BindGrContextCallback;
109 interface->fCallbackData = reinterpret_cast<GrGLInterfaceCallbackData>(this);
112 kOpenGL_GrBackend, reinterpret_cast<GrBackendContext>(interface.get())));
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc411 // If the type isn't in |kDeviceTypeMap|, the interface is not relevant for
416 em::NetworkInterface* interface = request->add_network_interface(); local
417 interface->set_type(kDeviceTypeMap[type_idx].type_constant);
419 interface->set_mac_address((*device)->mac_address());
421 interface->set_meid((*device)->meid());
423 interface->set_imei((*device)->imei());
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_device.cc61 bool IsAndroidInterface(const UsbInterfaceDescriptor& interface) { argument
62 if (interface.alternate_setting != 0 ||
63 interface.interface_class != kAdbClass ||
64 interface.interface_subclass != kAdbSubclass ||
65 interface.interface_protocol != kAdbProtocol ||
66 interface.endpoints.size() != 2) {
76 const UsbInterfaceDescriptor& interface) {
81 for (UsbEndpointDescriptor::Iterator endpointIt = interface.endpoints.begin();
82 endpointIt != interface.endpoints.end();
96 if (!usb_handle->ClaimInterface(interface
72 ClaimInterface( crypto::RSAPrivateKey* rsa_key, scoped_refptr<UsbDeviceHandle> usb_handle, const base::string16& serial, const UsbInterfaceDescriptor& interface) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_host_manifest.h40 HostInterface interface() const { return interface_; } function in class:extensions::NativeMessagingHostManifest
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.cc441 void OnSignalConnected(const std::string& interface, argument
444 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " " <<
H A Dcryptohome_client.cc1116 void OnSignalConnected(const std::string& interface, argument
1119 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " " <<
H A Dgsm_sms_client.cc110 void OnSignalConnected(const std::string& interface, argument
113 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " " <<
H A Dimage_burner_client.cc119 void OnSignalConnected(const std::string& interface, argument
122 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " " <<
H A Dmodem_messaging_client.cc117 void OnSignalConnected(const std::string& interface, argument
120 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " "
H A Dnfc_client_unittest.cc316 const std::string& interface,
319 dbus::Signal signal(interface, nfc_common::kPropertyChangedSignal);
314 SendArrayPropertyChangedSignal( dbus::PropertySet* properties, const std::string& interface, const std::string& property_name, ObjectPathVector object_paths) argument
H A Dnfc_property_set.cc13 const std::string& interface,
15 : dbus::PropertySet(object_proxy, interface, callback) {
23 interface(),
41 interface(), nfc_common::kGetProperties);
66 interface(), nfc_common::kSetProperty);
12 NfcPropertySet(dbus::ObjectProxy* object_proxy, const std::string& interface, const PropertyChangedCallback& callback) argument
H A Dshill_client_helper.cc259 // because the interface is not "org.freedesktop.DBus.Properties".
487 void ShillClientHelper::OnSignalConnected(const std::string& interface, argument
490 LOG_IF(ERROR, !success) << "Connect to " << interface << " " << signal
/external/chromium_org/dbus/
H A Ddbus_statistics.cc20 // Used to store dbus statistics sorted alphabetically by service, interface,
24 const std::string& interface,
27 interface(interface),
34 std::string interface; member in struct:dbus::__anon7967::Stat
43 if (interface != other.interface)
44 return interface < other.interface;
81 // Add a call to |method| for |interface|
23 Stat(const std::string& service, const std::string& interface, const std::string& method) argument
82 AddStat(const std::string& service, const std::string& interface, const std::string& method, StatType type) argument
105 GetStat(const std::string& service, const std::string& interface, const std::string& method, bool add_stat) argument
150 AddSentMethodCall(const std::string& service, const std::string& interface, const std::string& method) argument
159 AddReceivedSignal(const std::string& service, const std::string& interface, const std::string& method) argument
168 AddBlockingSentMethodCall(const std::string& service, const std::string& interface, const std::string& method) argument
263 GetCalls(const std::string& service, const std::string& interface, const std::string& method, int* sent, int* received, int* blocking) argument
[all...]
H A Dexported_object.cc188 const std::string interface = method_call->GetInterface(); local
191 if (interface.empty()) {
192 // We don't support method calls without interface.
199 interface, member);
H A Dmessage.cc247 // interface: com.example.Interface
261 AppendStringHeader("interface", GetInterface(), &headers);
282 bool Message::SetInterface(const std::string& interface) { argument
283 return dbus_message_set_interface(raw_message_, interface.c_str());
317 const char* interface = dbus_message_get_interface(raw_message_); local
318 return interface ? interface : "";
H A Dobject_manager.cc76 Interface* interface) {
77 interface_map_[interface_name] = interface;
214 "type='signal', sender='%s', interface='%s', member='%s'",
268 const std::string interface = signal->GetInterface(); local
271 statistics::AddReceivedSignal(service_name_, interface, member);
275 GetAbsoluteMemberName(interface, member);
335 std::string interface; local
336 if (!reader.PopString(&interface)) {
338 << "expected interface name: " << signal->ToString();
342 PropertySet* properties = GetProperties(object_path, interface);
75 RegisterInterface(const std::string& interface_name, Interface* interface) argument
485 Interface* interface = iiter->second; local
[all...]
H A Dobject_proxy.cc36 // The D-Bus Object interface.
393 "type='signal',interface='org.freedesktop.DBus',"
424 base::StringPrintf("type='signal', interface='%s', path='%s'",
481 const std::string interface = signal->GetInterface(); local
484 statistics::AddReceivedSignal(service_name_, interface, member);
488 interface, member);
H A Dproperty.cc34 const std::string& interface,
37 interface_(interface),
66 std::string interface; local
67 if (!reader.PopString(&interface)) {
69 << "expected interface name: " << signal->ToString();
73 if (interface != this->interface())
98 writer.AppendString(interface());
128 writer.AppendString(interface());
153 writer.AppendString(interface());
32 PropertySet( ObjectProxy* object_proxy, const std::string& interface, const PropertyChangedCallback& property_changed_callback) argument
[all...]
H A Dproperty.h19 // standard interface of method calls and signals to obtain the current value,
21 // interface makes heavy use of variants and dictionaries of variants. The
119 // D-Bus Properties interface constants, declared here rather than
208 // |interface| specifies the D-Bus interface of these properties, and
211 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
291 // Retrieves the interface of this property set.
292 const std::string& interface() const { return interface_; } function in class:dbus::PropertySet
308 // distinct from the interface of the method call itself which is the
309 // general D-Bus Properties interface "or
[all...]
H A Dtest_service.cc335 std::string interface; local
336 if (!reader.PopString(&interface)) {
352 std::string interface; local
353 if (!reader.PopString(&interface)) {
439 std::string interface; local
440 if (!reader.PopString(&interface)) {
531 // the object(s) with a dictionary of strings identifying the interface(s)
/external/chromium_org/device/media_transfer_protocol/
H A Dmedia_transfer_protocol_daemon_client.cc370 void OnSignalConnected(const std::string& interface, argument
373 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " "
/external/chromium_org/device/usb/
H A Dusb_device_filter_unittest.cc44 UsbInterfaceDescriptor interface; variable
45 interface.interface_number = 1;
46 interface.alternate_setting = 0;
47 interface.interface_class = 0xFF;
48 interface.interface_subclass = 0x42;
49 interface.interface_protocol = 0x01;
50 config_.interfaces.push_back(interface);
H A Dusb_device_impl.cc271 &platform_config->interface[i];
275 UsbInterfaceDescriptor interface; local
277 interface.interface_number = platform_alt_setting->bInterfaceNumber;
278 interface.alternate_setting = platform_alt_setting->bAlternateSetting;
279 interface.interface_class = platform_alt_setting->bInterfaceClass;
280 interface.interface_subclass = platform_alt_setting->bInterfaceSubClass;
281 interface.interface_protocol = platform_alt_setting->bInterfaceProtocol;
300 interface.endpoints.push_back(endpoint);
303 interface.extra_data = std::vector<uint8_t>(
307 current_configuration_.interfaces.push_back(interface);
[all...]

Completed in 7050 milliseconds

1234567