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 22 : platform_device_(platform_device),
31 : platform_device_(NULL),
45 libusb_unref_device(platform_device_);
51 int rv = libusb_open(platform_device_, &handle);
81 libusb_get_active_config_descriptor(platform_device_, &platform_config);
usb_device.h 28 PlatformUsbDevice platform_device() const { return platform_device_; }
65 PlatformUsbDevice platform_device_; member in class:UsbDevice

Completed in 49 milliseconds