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

  /system/core/adb/
usb_linux.c 180 if (desclength < USB_DT_DEVICE_SIZE + USB_DT_CONFIG_SIZE) {
187 bufptr += USB_DT_DEVICE_SIZE;
189 if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) {
  /bionic/libc/kernel/common/linux/
usb_ch9.h 132 #define USB_DT_DEVICE_SIZE 18
  /external/kernel-headers/original/linux/
usb_ch9.h 205 #define USB_DT_DEVICE_SIZE 18
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 132 #define USB_DT_DEVICE_SIZE 18
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 132 #define USB_DT_DEVICE_SIZE 18
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 132 #define USB_DT_DEVICE_SIZE 18
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
usb_ch9.h 132 #define USB_DT_DEVICE_SIZE 18
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 132 #define USB_DT_DEVICE_SIZE 18
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
usb_ch9.h 132 #define USB_DT_DEVICE_SIZE 18
  /system/core/fastboot/
usb_linux.c 106 if(check(ptr, len, USB_DT_DEVICE, USB_DT_DEVICE_SIZE))

Completed in 574 milliseconds