Home
last modified time | relevance | path

Searched refs:USB_DT_SS_ENDPOINT_COMP (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/mtp/
H A DMtpDescriptors.cpp104 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
110 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
116 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
H A DMtpDevice.cpp167 if (ep && ep->bDescriptorType == USB_DT_SS_ENDPOINT_COMP) { in open()
/aosp12/system/core/fastboot/device/
H A Dusb_client.cpp130 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
144 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
/aosp12/packages/modules/adb/daemon/
H A Dusb_ffs.cpp188 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
200 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
/aosp12/packages/modules/adb/client/
H A Dusb_linux.cpp231 bufptr[1] == USB_DT_SS_ENDPOINT_COMP) { in find_usb_device()
238 bufptr[1] == USB_DT_SS_ENDPOINT_COMP) { in find_usb_device()
/aosp12/system/core/fastboot/
H A Dusb_linux.cpp259 USB_DT_SS_ENDPOINT_COMP, USB_DT_SS_EP_COMP_SIZE) == 0) { in filter_usb_device()
/aosp12/bionic/libc/kernel/uapi/linux/usb/
H A Dch9.h137 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro