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

1 2 3 4 5 6 7 891011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 138 def interface(): function
140 Test element tree interface.
651 Test iterparse interface.
    [all...]
  /system/bt/hci/src/
hci_layer.c 107 // Our interface
109 static hci_t interface; variable
246 vendor->open(btif_local_bd_addr.address, &interface);
254 if (!hci_inject->open(&interface)) {
345 // Interface functions
523 data_dispatcher_dispatch(interface.event_dispatcher, packet->event & MSG_EVT_MASK, packet);
634 interface.event_dispatcher,
784 interface.send_low_power_command = low_power_manager->post_command;
785 interface.do_postload = do_postload;
788 // there's only one instance of the hci interface
    [all...]
  /system/connectivity/apmanager/
config.cc 50 const char Config::kHostapdConfigKeyInterface[] = "interface";
215 // Bridge interface is required for bridge mode operation.
221 "Bridge interface not specified, required for bridge mode",
235 // Interface.
250 // Control interface.
412 // TODO(zqiu): Determine VHT Capabilities based on the interface PHY's
449 string interface = GetInterfaceName(); local
450 if (interface.empty()) {
459 device_ = manager_->GetDeviceFromInterfaceName(interface);
465 "Unable to find device for the specified interface [%s]"
    [all...]
  /system/netd/server/
CommandListener.cpp 251 NetdCommand("interface") {
276 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false);
297 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true);
370 ALOGE("Error upping interface");
371 cli->sendMsg(ResponseCode::OperationFailed, "Failed to up interface", true);
378 ALOGE("Error downing interface");
379 cli->sendMsg(ResponseCode::OperationFailed, "Failed to down interface", true);
400 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false);
409 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false);
414 "Usage: interface ipv6privacyextensions <interface> <enable|disable>"
1575 const char* interface = argv[nextArg++]; local
    [all...]
RouteController.cpp 133 uint32_t getRouteTableForInterface(const char* interface) {
134 uint32_t index = if_nametoindex(interface);
137 interfaceToTable[interface] = index;
140 // If the interface goes away if_nametoindex() will return 0 but we still need to know
142 auto iter = interfaceToTable.find(interface);
144 ALOGE("cannot find interface %s", interface);
246 ALOGE("interface name too long (%zu > %u)", *length, IFNAMSIZ);
259 // + If |iif| is non-NULL, the rule matches the specified incoming interface.
260 // + If |oif| is non-NULL, the rule matches the specified outgoing interface
684 const char *interface = DummyNetwork::INTERFACE_NAME; local
    [all...]
  /art/runtime/mirror/
class.cc 205 os << "----- " << (IsInterface() ? "interface" : "class") << " "
222 Class* interface = GetDirectInterface(self, h_this, i); local
223 if (interface == nullptr) {
226 const ClassLoader* cl = interface->GetClassLoader();
227 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl);
473 // excludes interface methods which might be found by this.
553 DCHECK(IsInterface()) << "Should only be called on a interface class";
554 // Check if we have one defined on this interface first. This includes searching copied ones to
573 // copied virtuals of this interface. Order matters, traverse in reverse topological order; most
579 // Iterate through every declared method on this interface. Each direct method's name/signatur
867 mirror::Class* interface = klass->GetDexCache()->GetResolvedType(type_idx); local
    [all...]
  /external/autotest/server/cros/network/
wifi_client.py 18 from autotest_lib.client.common_lib.cros.network import interface namespace
135 # List of interface names we won't consider for use as "the" WiFi interface
279 """Returns the signal level of this DUT's WiFi interface.
281 @return int signal level of connected WiFi interface or None (e.g. -67).
309 """Returns the noise level of this DUT's WiFi interface.
313 @return int signal level of connected WiFi interface in dBm (e.g. -67)
369 self._interface = interface.Interface(self._wifi_if, host=self.host)
370 logging.debug('WiFi interface is: %r'
    [all...]
  /external/avahi/avahi-ui/
avahi-ui.c 337 AvahiIfIndex interface G_GNUC_UNUSED,
402 AvahiIfIndex interface,
422 if (!(if_indextoname(interface, ifname)))
423 g_snprintf(ifname, sizeof(ifname), "%i", interface);
441 SERVICE_COLUMN_IFACE, interface,
455 d->priv->common_interface = interface;
457 if (d->priv->common_interface != interface || d->priv->common_protocol != protocol) {
499 found = _interface == interface && _protocol == protocol && strcasecmp(_name, name) == 0 && avahi_domain_equal(_type, type);
561 AvahiIfIndex interface G_GNUC_UNUSED,
870 gint interface, protocol local
    [all...]
  /external/dbus/bus/
signals.c 39 char *interface; member in struct:BusMatchRule
92 dbus_free (rule->interface);
154 if (!_dbus_string_append_printf (&str, "interface='%s'", rule->interface))
297 const char *interface)
301 _dbus_assert (interface != NULL);
303 new = _dbus_strdup (interface);
308 dbus_free (rule->interface);
309 rule->interface = new;
871 * type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='Foo'
2006 const char *interface; local
    [all...]
  /external/libchrome/dbus/
message.cc 245 // interface: com.example.Interface
259 AppendStringHeader("interface", GetInterface(), &headers);
280 bool Message::SetInterface(const std::string& interface) {
281 return dbus_message_set_interface(raw_message_, interface.c_str());
315 const char* interface = dbus_message_get_interface(raw_message_); local
316 return interface ? interface : "";
  /external/libusb-compat/libusb/
usb.h 42 * Device and/or Interface Class codes
129 /* Interface descriptor */
167 struct usb_interface *interface; member in struct:usb_config_descriptor
312 int usb_claim_interface(usb_dev_handle *dev, int interface);
313 int usb_release_interface(usb_dev_handle *dev, int interface);
320 int usb_get_driver_np(usb_dev_handle *dev, int interface, char *name,
323 int usb_detach_kernel_driver_np(usb_dev_handle *dev, int interface);
  /external/libvpx/libvpx/
vpxdec.c 553 const VpxInterface *interface = NULL; local
610 interface = get_vpx_decoder_by_name(arg.val);
611 if (!interface)
792 if (interface && fourcc_interface && interface != fourcc_interface)
795 interface = fourcc_interface;
797 if (!interface)
798 interface = get_vpx_decoder_by_index(0);
803 if (vpx_codec_dec_init(&decoder, interface->codec_interface(),
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 166 decoder->name, vpx_codec_iface_name(decoder->interface()));
286 if (!vpx_codec_peek_stream_info(decoder->interface(),
498 const VpxInterface *interface = NULL; local
544 interface = get_vpx_decoder_by_name(arg.val);
545 if (!interface)
713 if (interface && fourcc_interface && interface != fourcc_interface)
716 interface = fourcc_interface;
718 if (!interface)
719 interface = get_vpx_decoder_by_index(0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objbase.h 25 #undef interface macro
26 #define interface struct macro
48 #undef interface macro
49 #define interface struct macro
63 #define THIS_ INTERFACE *This,
64 #define THIS INTERFACE *This
  /system/connectivity/shill/vpn/
openvpn_driver_unittest.cc 343 const string interface = kInterfaceName; local
345 .WillOnce(DoAll(SetArgumentPointee<0>(interface), Return(true)));
    [all...]
  /system/tpm/trunks/ftdi/
mpsse.h 61 enum interface { enum
184 int interface,
192 int interface,
  /external/freetype/src/base/
ftobjs.c 4590 FT_Module_Interface interface; local
    [all...]
  /external/iputils/
rdisc.c 66 struct interface struct
68 struct in_addr address; /* Used to identify the interface */
69 struct in_addr localaddr; /* Actual address if the interface */
81 * Use 255.255.255.255 for broadcasts - not the interface broadcast
102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp);
103 static int sendmcastif(int s, char *packet, int packetlen, struct sockaddr_in *sin, struct interface *ifp);
155 static struct interface *interfaces;
607 * physical interface. (increment with rap->icmp_wpa * 4 for
626 struct interface *ifp = &interfaces[i];
628 * Verify that the interface matches the destinatio
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftobjs.c 4553 FT_Module_Interface interface; local
    [all...]
  /external/libusb/libusb/
libusb.h 66 * Device and/or Interface Class codes */
69 * this bDeviceClass value indicates that each interface specifies its
80 /** Human Interface Device class */
120 /** Interface descriptor. See libusb_interface_descriptor. */
213 /** Return the selected alternate setting for the specified interface */
216 /** Select an alternate interface for the specified interface */
249 /** Interface */
403 * A structure representing the standard USB interface descriptor. This
416 /** Number of this interface */
500 const struct libusb_interface *interface; member in struct:libusb_config_descriptor
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 4530 FT_Module_Interface interface; local
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_universal.cc 1250 SLOG(this, 3) << __func__ << "(" << interface << ")"; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h 62 ROUTER_IFNEW, /* add interface */
63 ROUTER_IFDEL, /* delete interface */
64 ROUTER_IFSTAT, /* get interface status */
82 #define WAN_IFNAME_SZ 15 /* max length of the interface name */
217 char interface; /* RS-232/V.35, etc. */ member in struct:wandev_conf
337 /* link/interface configuration */
389 * WAN interface (logical channel) configuration (for ROUTER_IFNEW IOCTL).
395 char name[WAN_IFNAME_SZ+1]; /* interface name, ASCIIZ */
425 char interface; /* RS-232/V.35, etc. */ member in struct:wanif_conf
429 unsigned char if_down; /* brind down interface when disconnected *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 62 ROUTER_IFNEW, /* add interface */
63 ROUTER_IFDEL, /* delete interface */
64 ROUTER_IFSTAT, /* get interface status */
82 #define WAN_IFNAME_SZ 15 /* max length of the interface name */
217 char interface; /* RS-232/V.35, etc. */ member in struct:wandev_conf
337 /* link/interface configuration */
389 * WAN interface (logical channel) configuration (for ROUTER_IFNEW IOCTL).
395 char name[WAN_IFNAME_SZ+1]; /* interface name, ASCIIZ */
425 char interface; /* RS-232/V.35, etc. */ member in struct:wanif_conf
429 unsigned char if_down; /* brind down interface when disconnected *
    [all...]

Completed in 2430 milliseconds

1 2 3 4 5 6 7 891011