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

  /system/core/adb/
usb_linux.c 180 if (desclength < USB_DT_DEVICE_SIZE + USB_DT_CONFIG_SIZE) {
201 bufptr += USB_DT_CONFIG_SIZE;
202 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) {
  /bionic/libc/kernel/common/linux/
usb_ch9.h 163 #define USB_DT_CONFIG_SIZE 9
  /development/ndk/platforms/android-3/include/linux/
usb_ch9.h 163 #define USB_DT_CONFIG_SIZE 9
  /external/kernel-headers/original/linux/
usb_ch9.h 252 #define USB_DT_CONFIG_SIZE 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 163 #define USB_DT_CONFIG_SIZE 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 163 #define USB_DT_CONFIG_SIZE 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 163 #define USB_DT_CONFIG_SIZE 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usb_ch9.h 163 #define USB_DT_CONFIG_SIZE 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 163 #define USB_DT_CONFIG_SIZE 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usb_ch9.h 163 #define USB_DT_CONFIG_SIZE 9
  /system/core/fastboot/
usb_linux.c 112 if(check(ptr, len, USB_DT_CONFIG, USB_DT_CONFIG_SIZE))

Completed in 51 milliseconds