Searched defs:UsbDevice (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/usb/
H A Dusb_device.cc17 UsbDevice::UsbDevice( function in class:UsbDevice
30 UsbDevice::UsbDevice() function in class:UsbDevice
37 UsbDevice::~UsbDevice() {
48 scoped_refptr<UsbDeviceHandle> UsbDevice::Open() {
61 bool UsbDevice::Close(scoped_refptr<UsbDeviceHandle> handle) {
76 bool UsbDevice::ListInterfaces(UsbConfigDescriptor* config) {
88 void UsbDevice
[all...]
H A Dusb_device.h22 // A UsbDevice object represents a detected USB device, providing basic
25 class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> { class in inherits:base::RefCountedThreadSafe
49 friend class base::RefCountedThreadSafe<UsbDevice>;
52 UsbDevice(scoped_refptr<UsbContext> context,
58 UsbDevice();
59 virtual ~UsbDevice();
69 // Retain the context so that it will not be released before UsbDevice.
78 DISALLOW_COPY_AND_ASSIGN(UsbDevice);

Completed in 91 milliseconds