Home
last modified time | relevance | path

Searched defs:usb_device_descriptor (Results 1 – 5 of 5) sorted by relevance

/development/host/windows/usb/api/
Dadb_interface.h173 const USB_DEVICE_DESCRIPTOR* usb_device_descriptor() const { in usb_device_descriptor() function
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
Dusb_ch9.h114 struct usb_device_descriptor { struct
115 __u8 bLength;
116 __u8 bDescriptorType;
118 __le16 bcdUSB;
119 __u8 bDeviceClass;
120 __u8 bDeviceSubClass;
121 __u8 bDeviceProtocol;
122 __u8 bMaxPacketSize0;
123 __le16 idVendor;
124 __le16 idProduct;
[all …]
/development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
Dusb_ch9.h114 struct usb_device_descriptor { struct
115 __u8 bLength;
116 __u8 bDescriptorType;
118 __le16 bcdUSB;
119 __u8 bDeviceClass;
120 __u8 bDeviceSubClass;
121 __u8 bDeviceProtocol;
122 __u8 bMaxPacketSize0;
123 __le16 idVendor;
124 __le16 idProduct;
[all …]
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
Dusb_ch9.h114 struct usb_device_descriptor { struct
115 __u8 bLength;
116 __u8 bDescriptorType;
118 __le16 bcdUSB;
119 __u8 bDeviceClass;
120 __u8 bDeviceSubClass;
121 __u8 bDeviceProtocol;
122 __u8 bMaxPacketSize0;
123 __le16 idVendor;
124 __le16 idProduct;
[all …]
/development/host/windows/usb/legacy/driver/
Dandroid_usb_device_object.h443 __forceinline const USB_DEVICE_DESCRIPTOR* usb_device_descriptor() const { in usb_device_descriptor() function