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

/external/chromium_org/chrome/browser/usb/
H A Dusb_interface.cc10 UsbEndpointDescriptor::UsbEndpointDescriptor( function in class: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
[all...]
H A Dusb_interface.h50 class UsbEndpointDescriptor : public base::RefCounted<UsbEndpointDescriptor> { class in inherits:base::RefCounted
52 UsbEndpointDescriptor(scoped_refptr<const UsbConfigDescriptor> config,
64 friend class base::RefCounted<UsbEndpointDescriptor>;
65 ~UsbEndpointDescriptor();
78 scoped_refptr<const UsbEndpointDescriptor>

Completed in 35 milliseconds