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

  /external/chromium_org/chrome/browser/usb/
usb_interface.cc 10 UsbEndpointDescriptor::UsbEndpointDescriptor(
16 UsbEndpointDescriptor::~UsbEndpointDescriptor() {}
18 int UsbEndpointDescriptor::GetAddress() const {
22 UsbEndpointDirection UsbEndpointDescriptor::GetDirection() const {
34 int UsbEndpointDescriptor::GetMaximumPacketSize() const {
38 UsbSynchronizationType UsbEndpointDescriptor::GetSynchronizationType() const {
54 UsbTransferType UsbEndpointDescriptor::GetTransferType() const {
70 UsbUsageType UsbEndpointDescriptor::GetUsageType() const
    [all...]
usb_interface.h 50 class UsbEndpointDescriptor : public base::RefCounted<UsbEndpointDescriptor> {
52 UsbEndpointDescriptor(scoped_refptr<const UsbConfigDescriptor> config,
64 friend class base::RefCounted<UsbEndpointDescriptor>;
65 ~UsbEndpointDescriptor();
78 scoped_refptr<const UsbEndpointDescriptor>
usb_device_handle.cc 531 scoped_refptr<const UsbEndpointDescriptor> endpoint =
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.cc 71 scoped_refptr<const UsbEndpointDescriptor> edesc =
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.cc 552 scoped_refptr<const UsbEndpointDescriptor> endpoint
    [all...]

Completed in 87 milliseconds