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

  /frameworks/av/media/mtp/
MtpDescriptors.cpp 25 .bLength = USB_DT_INTERFACE_SIZE,
36 .bLength = USB_DT_INTERFACE_SIZE,
  /external/libusb-compat/libusb/
usb.h 74 #define USB_DT_INTERFACE_SIZE 9
core.c 419 memcpy(dest, src, USB_DT_INTERFACE_SIZE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 356 #define USB_DT_INTERFACE_SIZE 9
  /system/core/fastboot/
usb_linux.cpp 208 if (check(hdr, len, USB_DT_INTERFACE, USB_DT_INTERFACE_SIZE) == 0)
  /bionic/libc/kernel/uapi/linux/usb/
ch9.h 214 #define USB_DT_INTERFACE_SIZE 9
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 395 #define USB_DT_INTERFACE_SIZE 9
    [all...]
  /system/core/adb/client/
usb_linux.cpp 203 if (length != USB_DT_INTERFACE_SIZE) {

Completed in 214 milliseconds