HomeSort by relevance Sort by last modified time
    Searched refs:USB_DT_ENDPOINT_SIZE (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/mtp/
MtpDescriptors.cpp 46 .bLength = USB_DT_ENDPOINT_SIZE,
54 .bLength = USB_DT_ENDPOINT_SIZE,
62 .bLength = USB_DT_ENDPOINT_SIZE,
71 .bLength = USB_DT_ENDPOINT_SIZE,
79 .bLength = USB_DT_ENDPOINT_SIZE,
87 .bLength = USB_DT_ENDPOINT_SIZE,
95 .bLength = USB_DT_ENDPOINT_SIZE,
  /system/core/adb/client/
usb_linux.cpp 224 bufptr += USB_DT_ENDPOINT_SIZE;
233 bufptr += USB_DT_ENDPOINT_SIZE;
241 ep1->bLength != USB_DT_ENDPOINT_SIZE ||
243 ep2->bLength != USB_DT_ENDPOINT_SIZE ||
  /external/libusb-compat/libusb/
usb.h 75 #define USB_DT_ENDPOINT_SIZE 7
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 55 desc.bLength = USB_DT_ENDPOINT_SIZE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 376 #define USB_DT_ENDPOINT_SIZE 7
  /system/core/fastboot/
usb_linux.cpp 230 if (check(hdr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE) == 0)
  /bionic/libc/kernel/uapi/linux/usb/
ch9.h 225 #define USB_DT_ENDPOINT_SIZE 7
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 415 #define USB_DT_ENDPOINT_SIZE 7
    [all...]

Completed in 316 milliseconds