HomeSort by relevance Sort by last modified time
    Searched refs:usbInterface (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/usb/
usb_interface.cc 126 UsbInterface::UsbInterface(scoped_refptr<const UsbConfigDescriptor> config,
127 PlatformUsbInterface usbInterface)
128 : config_(config), interface_(usbInterface) {
131 UsbInterface::~UsbInterface() {}
133 size_t UsbInterface::GetNumAltSettings() const {
138 UsbInterface::GetAltSetting(size_t index) const {
162 scoped_refptr<const UsbInterface>
164 return make_scoped_refptr(new UsbInterface(make_scoped_refptr(this)
    [all...]
usb_interface.h 95 class UsbInterface : public base::RefCounted<UsbInterface> {
97 UsbInterface(scoped_refptr<const UsbConfigDescriptor> config,
98 PlatformUsbInterface usbInterface);
105 friend class base::RefCounted<UsbInterface>;
106 ~UsbInterface();
120 scoped_refptr<const UsbInterface>
  /system/core/fastboot/
usb_osx.c 71 io_service_t usbInterface;
103 while ((usbInterface = IOIteratorNext(iterator))) {
106 usbInterface,
112 // No longer need the usbInterface object now that we have the plugin
113 (void) IOObjectRelease(usbInterface);
  /system/core/adb/
usb_osx.c 122 io_service_t usbInterface;
136 while ((usbInterface = IOIteratorNext(iterator))) {
138 kr = IOCreatePlugInInterfaceForService(usbInterface,
142 IOObjectRelease(usbInterface);
273 usbInterface,
  /external/libusb/libusb/os/
darwin_usb.c 802 io_service_t usbInterface = IO_OBJECT_NULL;
811 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
816 if (!usbInterface) {
858 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
865 if (!usbInterface) {
871 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID,
884 (void)IOObjectRelease (usbInterface);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c     [all...]
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.cc 544 scoped_refptr<const UsbInterface> usbInterface(config_->GetInterface(i));
545 for (size_t j = 0, numDescriptors = usbInterface->GetNumAltSettings();
548 = usbInterface->GetAltSetting(j);
    [all...]

Completed in 1204 milliseconds