Searched refs:USB_DT_ENDPOINT (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpDescriptors.cpp | 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,
|
H A D | MtpDevice.cpp | 173 if (!ep || ep->bDescriptorType != USB_DT_ENDPOINT) { in open()
|
/aosp12/system/core/fastboot/device/ |
H A D | usb_client.cpp | 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, 136 .bDescriptorType = USB_DT_ENDPOINT,
|
/aosp12/packages/modules/adb/daemon/ |
H A D | usb_ffs.cpp | 127 .bDescriptorType = USB_DT_ENDPOINT, 134 .bDescriptorType = USB_DT_ENDPOINT, 154 .bDescriptorType = USB_DT_ENDPOINT, 161 .bDescriptorType = USB_DT_ENDPOINT, 181 .bDescriptorType = USB_DT_ENDPOINT, 193 .bDescriptorType = USB_DT_ENDPOINT,
|
/aosp12/bionic/libc/kernel/uapi/linux/usb/ |
H A D | ch9.h | 120 #define USB_DT_ENDPOINT 0x05 macro 143 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
|
/aosp12/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
H A D | accessorychat.c | 116 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) { in usb_device_added()
|
/aosp12/frameworks/base/libs/usb/tests/accessorytest/ |
H A D | usb.c | 120 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) { in usb_device_added()
|
/aosp12/packages/modules/adb/client/ |
H A D | usb_linux.cpp | 244 ep1->bDescriptorType != USB_DT_ENDPOINT || in find_usb_device() 246 ep2->bDescriptorType != USB_DT_ENDPOINT) { in find_usb_device()
|
/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 | 235 if (check(hdr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE) == 0) in filter_usb_device()
|