/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/usb/ |
functionfs.h | 31 __u8 bLength;
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
des_01.py | 104 header_descriptor.bLength == 5 and 199 if not(union_descriptor.bLength == 5 and
|
/external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/ |
cellular_MbimComplianceDES01.py | 110 header_descriptor.bLength == 5 and 205 if not(union_descriptor.bLength == 5 and
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/ |
functionfs.h | 20 __u8 bLength; 57 * | 0 | bLength | U8 | length of the descriptor |
|
/bionic/libc/kernel/uapi/linux/usb/ |
functionfs.h | 42 __u8 bLength;
|
/system/core/adb/ |
usb_linux.cpp | 170 if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) { 182 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) { 236 ep1->bLength != USB_DT_ENDPOINT_SIZE || 238 ep2->bLength != USB_DT_ENDPOINT_SIZE ||
|
/external/icu/icu4c/source/test/cintltst/ |
ucsdetst.c | 473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse); 475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength); 482 ucsdet_setText(csd, bytes, bLength, &status); 551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse); 553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength); 560 ucsdet_setText(csd, bytes, bLength, &status);
|
/external/kernel-headers/original/uapi/linux/usb/ |
functionfs.h | 28 __u8 bLength; 125 * | 0 | bLength | U8 | length of the descriptor |
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 308 printf("\n bLength = %u", dev_desc.bLength);
331 printf("\n bLength = %u", config_desc.bLength);
|
/frameworks/base/core/jni/ |
android_hardware_UsbRequest.cpp | 55 desc.bLength = USB_DT_ENDPOINT_SIZE;
|
/external/icu/icu4c/source/test/intltest/ |
csdetest.cpp | 631 int32_t bLength = 0, brLength = 0; 636 char *bytes = extractBytes(s1, "IBM424", bLength); 650 ucsdet_setText(csd, bytes, bLength, &status); 721 int32_t bLength = 0, brLength = 0; 726 char *bytes = extractBytes(s1, "IBM420", bLength); 740 ucsdet_setText(csd, bytes, bLength, &status); [all...] |
/development/host/windows/usb/winusb/ |
adb_winusb_interface.cpp | 197 unsigned long str_len = (ser_num->bLength -
|
/external/libusb/libusb/ |
libusb.h | 305 uint8_t bLength; 359 uint8_t bLength; 409 uint8_t bLength; 471 uint8_t bLength; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
usb.h | 427 UCHAR bLength;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
BuildsView.java | 82 int bLength = baselines.length; 84 switch (bLength) {
|
/system/core/libusbhost/ |
usbhost.c | 534 iter->curr_desc += next->bLength;
|