HomeSort by relevance Sort by last modified time
    Searched refs:USB_DT_ENDPOINT (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /system/core/adb/
usb_linux.c 239 ep1->bDescriptorType != USB_DT_ENDPOINT ||
241 ep2->bDescriptorType != USB_DT_ENDPOINT) {
  /system/core/fastboot/
usb_linux.c 175 if(check(ptr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE))
  /external/qemu/
usb-linux.c 847 while (i < length && descriptors[i +1] != USB_DT_ENDPOINT)
854 if (descriptors[i + 1] != USB_DT_ENDPOINT)
    [all...]
  /external/qemu/hw/
usb-hid.c 253 USB_DT_ENDPOINT, /* u8 ep_bDescriptorType; Endpoint */
  /frameworks/av/media/mtp/
MtpDevice.cpp 136 if (!ep || ep->bDescriptorType != USB_DT_ENDPOINT) {

Completed in 2253 milliseconds

12