OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformUsbDevice
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/usb/
usb_device.h
21
typedef libusb_device*
PlatformUsbDevice
;
29
PlatformUsbDevice
platform_device() const { return platform_device_; }
64
PlatformUsbDevice
platform_device,
77
PlatformUsbDevice
platform_device_;
usb_service.h
26
typedef struct libusb_device*
PlatformUsbDevice
;
75
typedef std::map<
PlatformUsbDevice
, scoped_refptr<UsbDevice> > DeviceMap;
usb_device.cc
38
PlatformUsbDevice
platform_device,
usb_service.cc
128
vector<
PlatformUsbDevice
> disconnected_devices;
159
//
PlatformUsbDevice
will be unref'ed during this process.
usb_device_handle.cc
357
PlatformUsbDevice
device = libusb_get_device(handle_);
Completed in 718 milliseconds