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

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
usbdevice_fs.h 37 unsigned int interface; member in struct:usbdevfs_setinterface
49 unsigned int interface; member in struct:usbdevfs_getdriver
  /system/bt/device/src/
controller.c 276 // Interface functions
448 static const controller_t interface = { variable
501 return &interface;
512 return &interface;
  /system/core/adb/
usb_linux.cpp 140 struct usb_interface_descriptor* interface; local
188 // loop through all the descriptors and look for the ADB interface
194 interface = (struct usb_interface_descriptor *)bufptr;
198 D("interface descriptor has wrong size");
204 interface->bInterfaceClass, interface->bInterfaceSubClass,
205 interface->bInterfaceProtocol, interface->bNumEndpoints);
207 if (interface->bNumEndpoints == 2 &&
208 is_adb_interface(vid, pid, interface->bInterfaceClass
    [all...]
usb_osx.cpp 47 IOUSBInterfaceInterface190** interface; member in struct:usb_handle
55 usb_handle() : bulkIn(0), bulkOut(0), interface(nullptr),
101 // Create the matching dictionary to find the Android device's adb interface.
140 //* Create an intermediate interface plugin
147 LOG(ERROR) << "Unable to create an interface plug-in (" << std::hex << kr << ")";
151 //* This gets us the interface object
155 //* We only needed the plugin to get the interface, so discard it
158 LOG(ERROR) << "Couldn't query the interface (" << std::hex << result << ")";
167 LOG(DEBUG) << "Ignoring interface with incorrect class/subclass/protocol - " << if_class
174 //* device; after getting a plugin, and querying the interface, o
    [all...]
  /system/tools/aidl/
generate_java_binder.cpp 76 "interface. */";
129 m->comment += " interface,\n";
254 static void generate_constant(const AidlConstant& constant, Class* interface) {
259 interface->elements.push_back(decl);
262 static void generate_method(const AidlMethod& method, Class* interface,
283 // == the declaration in the interface ===================================
299 interface->elements.push_back(decl);
307 // interface token validation is the very first thing we do
424 // the interface identifier token: the DESCRIPTOR constant, marshalled as a
491 // the interface descriptor transaction handle
515 Class* interface = new Class; local
    [all...]
  /art/runtime/
class_linker_test.cc 290 mirror::Class* interface = iftable->GetInterface(i); local
291 ASSERT_TRUE(interface != nullptr);
295 EXPECT_EQ(interface->NumDeclaredVirtualMethods(), iftable->GetMethodArrayCount(i));
    [all...]
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 44 unsigned int interface; member in struct:usbdevfs_setinterface
55 unsigned int interface; member in struct:usbdevfs_getdriver
126 unsigned int interface; member in struct:usbdevfs_disconnect_claim
  /bionic/libc/kernel/uapi/video/
adf.h 119 __u32 interface; member in struct:adf_attachment_config
  /development/ndk/platforms/android-21/include/linux/
usbdevice_fs.h 44 unsigned int interface; member in struct:usbdevfs_setinterface
55 unsigned int interface; member in struct:usbdevfs_getdriver
121 unsigned int interface; member in struct:usbdevfs_disconnect_claim
  /external/ImageMagick/MagickCore/
annotate.c 87 # undef interface
86 # undef interface macro
    [all...]
  /external/autotest/server/
site_linux_router.py 15 from autotest_lib.client.common_lib.cros.network import interface namespace
25 ['ssid', 'interface', 'dev_type'])
28 'interface', 'config_dict',
137 @return string IP of WiFi interface.
252 # Figure out the correct interface.
254 interface = self.get_wlanif(configuration.frequency, 'managed')
256 interface = self.get_wlanif(
259 conf_file = self.HOSTAPD_CONF_FILE_PATTERN % interface
260 log_file = self.HOSTAPD_LOG_FILE_PATTERN % interface
261 stderr_log_file = self.HOSTAPD_STDERR_LOG_FILE_PATTERN % interface
    [all...]
  /external/avahi/avahi-compat-howl/
compat.c 74 AvahiIfIndex interface; member in struct:service_data
654 data->service_data->interface,
670 data->service_data->interface,
802 sdata->interface = interface_index == 0 ? AVAHI_IF_UNSPEC : (AvahiIfIndex) interface_index;
843 AvahiIfIndex interface,
863 reply(data->discovery, OID_GET_INDEX(data), SW_DISCOVERY_BROWSE_ADD_DOMAIN, interface, NULL, NULL, domain, data->extra);
867 reply(data->discovery, OID_GET_INDEX(data), SW_DISCOVERY_BROWSE_REMOVE_DOMAIN, interface, NULL, NULL, domain, data->extra);
871 reply(data->discovery, OID_GET_INDEX(data), SW_DISCOVERY_BROWSE_INVALID, interface, NULL, NULL, domain, data->extra);
929 AvahiIfIndex interface,
965 reply(data->discovery, OID_GET_INDEX(data), interface, name, type, domain, addr, port, p, l, data->extra)
    [all...]
  /external/dbus/bus/
driver.c 1936 const char *name, *interface; local
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 33 #undef interface macro
  /external/dnsmasq/src/
network.c 63 We allow these to be treated as aliases of another interface which does have
64 an IP address with --dhcp-bridge=interface,alias,alias */
75 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name);
131 /* check whether the interface IP has been added already
406 * for a single given irec (interface name and address) create
409 * to create just a single new listener dynamically when our interface
412 * iface - input of the new interface details to listen on
458 /* An interface may have an IPv6 address which is still undergoing DAD.
503 * Otherwise, any listeners that are preserved across interface list change
969 char *interface; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 57 unsigned int interface; member in struct:usbdevfs_setinterface
69 unsigned int interface; member in struct:usbdevfs_getdriver
118 int ifno; /* interface 0..N ; negative numbers reserved */
146 unsigned int interface; member in struct:usbdevfs_disconnect_claim
  /external/kernel-headers/original/uapi/video/
adf.h 93 * @connected: whether a display is now connected to the interface
174 * ADF clients must NOT assume that an interface can scan out a simple buffer
175 * allocated by a different ADF interface, even if the two interfaces belong to
203 * engine and an interface
206 * @interface: id of the interface
210 __u32 interface; member in struct:adf_attachment_config
239 * struct adf_device_data - describes a display interface
241 * @name: display interface's name
242 * @type: interface type (see enum @adf_interface_type
    [all...]

Completed in 2365 milliseconds

1 2 3 4 5 67 8 91011