Home
last modified time | relevance | path

Searched refs:PlatformUsbDevice (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/usb/
Dusb_device.h21 typedef libusb_device* PlatformUsbDevice; typedef
29 PlatformUsbDevice platform_device() const { return platform_device_; } in platform_device()
64 PlatformUsbDevice platform_device,
77 PlatformUsbDevice platform_device_;
Dusb_service.h26 typedef struct libusb_device* PlatformUsbDevice; typedef
75 typedef std::map<PlatformUsbDevice, scoped_refptr<UsbDevice> > DeviceMap;
Dusb_device.cc38 PlatformUsbDevice platform_device, in UsbDevice()
Dusb_service.cc128 vector<PlatformUsbDevice> disconnected_devices; in RefreshDevices()
Dusb_device_handle.cc357 PlatformUsbDevice device = libusb_get_device(handle_); in GetSerial()