/aosp12/bionic/libc/kernel/uapi/linux/usb/ |
H A D | ch9.h | 146 __u8 bDescriptorType; member 150 __u8 bDescriptorType; member 189 __u8 bDescriptorType; member 205 __u8 bDescriptorType; member 210 __u8 bDescriptorType; member 222 __u8 bDescriptorType; member 258 __u8 bDescriptorType; member 265 __u8 bDescriptorType; member 275 __u8 bDescriptorType; member 286 __u8 bDescriptorType; member [all …]
|
H A D | video.h | 144 __u8 bDescriptorType; member 149 __u8 bDescriptorType; member 163 __u8 bDescriptorType; member 173 __u8 bDescriptorType; member 184 __u8 bDescriptorType; member 199 __u8 bDescriptorType; member 212 __u8 bDescriptorType; member 224 __u8 bDescriptorType; member 241 __u8 bDescriptorType; member 248 __u8 bDescriptorType; member [all …]
|
H A D | audio.h | 107 __u8 bDescriptorType; member 119 __u8 bDescriptorType; member 140 __u8 bDescriptorType; member 168 __u8 bDescriptorType; member 176 __u8 bDescriptorType; member 184 __u8 bDescriptorType; member 193 __u8 bDescriptorType; member 202 __u8 bDescriptorType; member 217 __u8 bDescriptorType; member 230 __u8 bDescriptorType; member [all …]
|
H A D | cdc.h | 59 __u8 bDescriptorType; member 65 __u8 bDescriptorType; member 74 __u8 bDescriptorType; member 84 __u8 bDescriptorType; member 91 __u8 bDescriptorType; member 98 __u8 bDescriptorType; member 107 __u8 bDescriptorType; member 117 __u8 bDescriptorType; member 124 __u8 bDescriptorType; member 131 __u8 bDescriptorType; member [all …]
|
H A D | midi.h | 31 __u8 bDescriptorType; member 39 __u8 bDescriptorType; member 52 __u8 bDescriptorType; member 60 …TOR(p) struct usb_midi_out_jack_descriptor_ ##p { __u8 bLength; __u8 bDescriptorType; __u8 bDescri… 64 __u8 bDescriptorType; member 70 …IPTOR(n) struct usb_ms_endpoint_descriptor_ ##n { __u8 bLength; __u8 bDescriptorType; __u8 bDescri…
|
H A D | functionfs.h | 41 __u8 bDescriptorType; member
|
H A D | ch11.h | 144 __u8 bDescriptorType; member
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpDescriptors.cpp | 26 .bDescriptorType = USB_DT_INTERFACE, 37 .bDescriptorType = USB_DT_INTERFACE, 47 .bDescriptorType = USB_DT_ENDPOINT, 55 .bDescriptorType = USB_DT_ENDPOINT, 63 .bDescriptorType = USB_DT_ENDPOINT, 72 .bDescriptorType = USB_DT_ENDPOINT, 80 .bDescriptorType = USB_DT_ENDPOINT, 88 .bDescriptorType = USB_DT_ENDPOINT, 96 .bDescriptorType = USB_DT_ENDPOINT, 104 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, [all …]
|
H A D | MtpDevice.cpp | 86 if (desc->bDescriptorType == USB_DT_INTERFACE) { in open() 167 if (ep && ep->bDescriptorType == USB_DT_SS_ENDPOINT_COMP) { in open() 173 if (!ep || ep->bDescriptorType != USB_DT_ENDPOINT) { in open()
|
/aosp12/packages/modules/adb/daemon/ |
H A D | usb_ffs.cpp | 117 .bDescriptorType = USB_DT_INTERFACE, 127 .bDescriptorType = USB_DT_ENDPOINT, 134 .bDescriptorType = USB_DT_ENDPOINT, 144 .bDescriptorType = USB_DT_INTERFACE, 154 .bDescriptorType = USB_DT_ENDPOINT, 161 .bDescriptorType = USB_DT_ENDPOINT, 171 .bDescriptorType = USB_DT_INTERFACE, 181 .bDescriptorType = USB_DT_ENDPOINT, 188 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 193 .bDescriptorType = USB_DT_ENDPOINT, [all …]
|
/aosp12/system/core/fastboot/device/ |
H A D | usb_client.cpp | 68 .bDescriptorType = USB_DT_INTERFACE, 82 .bDescriptorType = USB_DT_ENDPOINT, 90 .bDescriptorType = USB_DT_ENDPOINT, 102 .bDescriptorType = USB_DT_ENDPOINT, 110 .bDescriptorType = USB_DT_ENDPOINT, 122 .bDescriptorType = USB_DT_ENDPOINT, 130 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 136 .bDescriptorType = USB_DT_ENDPOINT, 144 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/aosp12/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
H A D | accessorychat.c | 114 if (desc->bDescriptorType == USB_DT_INTERFACE) { in usb_device_added() 116 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) { in usb_device_added()
|
/aosp12/frameworks/base/libs/usb/tests/accessorytest/ |
H A D | usb.c | 118 if (desc->bDescriptorType == USB_DT_INTERFACE) { in usb_device_added() 120 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) { in usb_device_added()
|
/aosp12/packages/modules/adb/client/ |
H A D | usb_linux.cpp | 178 … if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) { in find_usb_device() 190 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) { in find_usb_device() 244 ep1->bDescriptorType != USB_DT_ENDPOINT || in find_usb_device() 246 ep2->bDescriptorType != USB_DT_ENDPOINT) { in find_usb_device()
|
/aosp12/packages/modules/adb/tools/ |
H A D | check_ms_os_desc.cpp | 170 if (desc->bDescriptorType != LIBUSB_DT_DEVICE_CAPABILITY) { in check_ms_os_desc_v2() 171 errx(1, "invalid BOS descriptor type: %d", desc->bDescriptorType); in check_ms_os_desc_v2()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_UsbRequest.cpp | 56 desc.bDescriptorType = USB_DT_ENDPOINT; in android_hardware_UsbRequest_init()
|
/aosp12/system/core/fastboot/ |
H A D | usb_linux.cpp | 138 if(hdr->bDescriptorType != type) return -1; in check()
|