OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
51
: public base::RefCounted<const
UsbEndpointDescriptor
> {
62
friend class base::RefCounted<const
UsbEndpointDescriptor
>;
65
UsbEndpointDescriptor
(
68
~
UsbEndpointDescriptor
();
73
DISALLOW_COPY_AND_ASSIGN(
UsbEndpointDescriptor
);
80
scoped_refptr<const
UsbEndpointDescriptor
> GetEndpoint(size_t index) const;
Completed in 27 milliseconds