Home
last modified time | relevance | path

Searched refs:USB_DT_ENDPOINT (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/media/mtp/
H A DMtpDescriptors.cpp47 .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 DMtpDevice.cpp173 if (!ep || ep->bDescriptorType != USB_DT_ENDPOINT) { in open()
/aosp12/system/core/fastboot/device/
H A Dusb_client.cpp82 .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 Dusb_ffs.cpp127 .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 Dch9.h120 #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 Daccessorychat.c116 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) { in usb_device_added()
/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Dusb.c120 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) { in usb_device_added()
/aosp12/packages/modules/adb/client/
H A Dusb_linux.cpp244 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 Dandroid_hardware_UsbRequest.cpp56 desc.bDescriptorType = USB_DT_ENDPOINT; in android_hardware_UsbRequest_init()
/aosp12/system/core/fastboot/
H A Dusb_linux.cpp235 if (check(hdr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE) == 0) in filter_usb_device()