HomeSort by relevance Sort by last modified time
    Searched defs:interface (Results 176 - 200 of 282) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/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/core/adb/
usb_osx.c 42 IOUSBInterfaceInterface **interface; member in struct:usb_handle
78 //* adb interface
88 //* Match based on vendor id, interface subclass and protocol
137 //* Create an intermediate interface plugin
144 DBG("ERR: Unable to create an interface plug-in (%08x)\n", kr);
148 //* This gets us the interface object
152 //* We only needed the plugin to get the interface, so discard it
155 DBG("ERR: Couldn't query the interface (%08x)\n", (int) result);
160 //* device; after getting a plugin, and querying the interface, of
165 DBG("ERR: Couldn't grab device from interface (%08x)\n", kr)
    [all...]
usb_linux.c 158 struct usb_interface_descriptor* interface; local
208 // loop through all the descriptors and look for the ADB interface
214 interface = (struct usb_interface_descriptor *)bufptr;
218 D("interface descriptor has wrong size\n");
224 interface->bInterfaceClass, interface->bInterfaceSubClass,
225 interface->bInterfaceProtocol, interface->bNumEndpoints);
227 if (interface->bNumEndpoints == 2 &&
228 is_adb_interface(vid, pid, interface->bInterfaceClass
    [all...]
  /art/runtime/
class_linker_test.cc 227 mirror::Class* interface = iftable->GetInterface(i); local
228 ASSERT_TRUE(interface != NULL);
232 EXPECT_EQ(interface->NumVirtualMethods(), iftable->GetMethodArrayCount(i));
    [all...]
  /art/runtime/mirror/
class.cc 221 os << "----- " << (IsInterface() ? "interface" : "class") << " "
238 Class* interface = GetDirectInterface(self, h_this, i); local
239 const ClassLoader* cl = interface->GetClassLoader();
240 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl);
641 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
642 f = FindStaticField(self, interface, name, type);
665 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
666 f = FindStaticField(self, interface, dex_cache, dex_field_idx);
693 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
694 f = interface->FindStaticField(self, interface, name, type)
794 mirror::Class* interface = klass->GetDexCache()->GetResolvedType(type_idx); local
    [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
121 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-L/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/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.h 54 unsigned int interface; member in struct:usbfs_setinterface
61 unsigned int interface; member in struct:usbfs_getdriver
110 int ifno; /* interface 0..N ; negative numbers reserved */
130 unsigned int interface; member in struct:usbfs_disconnect_claim
  /external/chromium_org/v8/src/
scopes.h 30 Interface* interface = Interface::NewValue());
134 Interface* interface = Interface::NewValue());
146 Interface* interface = Interface::NewValue(),
153 factory->NewVariableProxy(name, false, interface, position)
330 Interface* interface() const { return interface_; } function in class:v8::internal::Scope
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 21 * \brief Program interface utilities
448 // is variable an interface block variable?
459 // resource is a member of a named interface block
460 // \note there is no array index specifier even if the interface is declared as an array of instances
1196 const glu::InterfaceBlock& interface = shader->getDefaultBlock().interfaceBlocks[interfaceNdx]; local
1242 const glu::InterfaceBlock& interface = shader->getDefaultBlock().interfaceBlocks[interfaceNdx]; 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
115 int ifno; /* interface 0..N ; negative numbers reserved */
142 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...]
  /external/oprofile/gui/
oprof_start.cpp 132 op_interface interface = op_get_interface(); local
133 if (interface == OP_INTERFACE_NO_GOOD) {
135 " interface version");
138 bool is_26 = interface == OP_INTERFACE_26;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 79 IOHIDDeviceInterface ** interface; /* interface to device, NULL = no interface */ member in struct:joystick_hwdata
123 if (NULL != pDevice && NULL != pElement && NULL != pDevice->interface)
125 result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent);
164 /* Create and open an interface to device, required prior to extracting values or building queues.
175 if (NULL == pDevice->interface)
181 /* Call a method of the intermediate plug-in to create the device interface */
183 CFUUIDGetUUIDBytes (kIOHIDDeviceInterfaceID), (void *) &(pDevice->interface));
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/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
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/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
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/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
  /prebuilts/python/darwin-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...]
  /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/netd/server/
CommandListener.cpp 256 NetdCommand("interface") {
281 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false);
302 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true);
375 ALOGE("Error upping interface");
376 cli->sendMsg(ResponseCode::OperationFailed, "Failed to up interface", true);
383 ALOGE("Error downing interface");
384 cli->sendMsg(ResponseCode::OperationFailed, "Failed to down interface", true);
405 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false);
414 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false);
419 "Usage: interface ipv6privacyextensions <interface> <enable|disable>"
1413 const char* interface = argv[nextArg++]; local
    [all...]
  /external/chromium_org/dbus/
message.cc 247 // interface: com.example.Interface
261 AppendStringHeader("interface", GetInterface(), &headers);
282 bool Message::SetInterface(const std::string& interface) {
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 : "";
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 168 decoder->name, vpx_codec_iface_name(decoder->interface()));
288 if (!vpx_codec_peek_stream_info(decoder->interface(),
500 const VpxInterface *interface = NULL; local
548 interface = get_vpx_decoder_by_name(arg.val);
549 if (!interface)
717 if (interface && fourcc_interface && interface != fourcc_interface)
720 interface = fourcc_interface;
722 if (!interface)
723 interface = get_vpx_decoder_by_index(0)
    [all...]
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 600 GrGLInterface* interface = new GrGLInterface; local
601 interface->fStandard = standard;
602 interface->fExtensions.init(standard,
607 GrGLInterface::Functions* functions = &interface->fFunctions;
737 return 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);

Completed in 2046 milliseconds

1 2 3 4 5 6 78 91011>>