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

  /bionic/libc/kernel/common/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /development/ndk/platforms/android-3/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /external/kernel-headers/original/linux/
usb_ch9.h 180 __u8 bDescriptorType;
189 __u8 bDescriptorType;
242 __u8 bDescriptorType;
265 __u8 bDescriptorType;
279 __u8 bDescriptorType;
297 __u8 bDescriptorType;
333 __u8 bDescriptorType;
350 __u8 bDescriptorType;
364 __u8 bDescriptorType;
376 __u8 bDescriptorType;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 203 printf("\n bDescriptorType = %u", dev_desc.bDescriptorType);
215 printf("\n bNumConfigurations = %u", dev_desc.bDescriptorType);
226 printf("\n bDescriptorType = %u", config_desc.bDescriptorType);
252 printf("\n bDescriptorType = %u", intr_desc.bDescriptorType);
  /external/bluetooth/bluez/tools/
dfu.h 33 u_int8_t bDescriptorType;
  /system/core/adb/
usb_linux.c 189 if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) {
202 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) {
240 ep1->bDescriptorType != USB_DT_ENDPOINT ||
242 ep2->bDescriptorType != USB_DT_ENDPOINT) {
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp     [all...]

Completed in 854 milliseconds