HomeSort by relevance Sort by last modified time
    Searched defs:UsbEndpointDescriptor (Results 1 - 2 of 2) 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>

Completed in 41 milliseconds