Searched refs:PlatformUsbDevice (Results 1 – 5 of 5) sorted by relevance
21 typedef libusb_device* PlatformUsbDevice; typedef29 PlatformUsbDevice platform_device() const { return platform_device_; } in platform_device()64 PlatformUsbDevice platform_device,77 PlatformUsbDevice platform_device_;
26 typedef struct libusb_device* PlatformUsbDevice; typedef75 typedef std::map<PlatformUsbDevice, scoped_refptr<UsbDevice> > DeviceMap;
38 PlatformUsbDevice platform_device, in UsbDevice()
128 vector<PlatformUsbDevice> disconnected_devices; in RefreshDevices()
357 PlatformUsbDevice device = libusb_get_device(handle_); in GetSerial()