OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformUsbDevice
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/usb/
usb_service.h
26
typedef struct libusb_device*
PlatformUsbDevice
;
75
typedef std::map<
PlatformUsbDevice
, scoped_refptr<UsbDevice> > DeviceMap;
usb_device.h
21
typedef libusb_device*
PlatformUsbDevice
;
29
PlatformUsbDevice
platform_device() const { return platform_device_; }
64
PlatformUsbDevice
platform_device,
77
PlatformUsbDevice
platform_device_;
Completed in 1743 milliseconds