HomeSort by relevance Sort by last modified time
    Searched refs:platform_device_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/usb/
usb_device.cc 42 : platform_device_(platform_device),
52 : platform_device_(NULL),
67 libusb_unref_device(platform_device_);
104 int rv = libusb_open(platform_device_, &handle);
137 libusb_get_active_config_descriptor(platform_device_, &platform_config);
usb_device.h 29 PlatformUsbDevice platform_device() const { return platform_device_; }
77 PlatformUsbDevice platform_device_; member in class:UsbDevice

Completed in 29 milliseconds