HomeSort by relevance Sort by last modified time
    Searched refs:bLength (Results 26 - 50 of 88) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
UsbDeviceModeLib.h 30 UINT8 bLength;
40 UINT8 bLength;
  /external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
cellular_MbimComplianceDES02.py 87 header_descriptor.bLength == 5 and
166 if not(union_descriptor.bLength == 5 and
186 if mbim_descriptor.bLength != 12:
235 if mbim_extended_descriptor.bLength != 8:
263 interrupt_endpoint_descriptor.bLength == 7 and
cellular_MbimComplianceDES01.py 110 header_descriptor.bLength == 5 and
205 if not(union_descriptor.bLength == 5 and
  /system/core/adb/daemon/
usb.cpp 102 .bLength = sizeof(fs_descriptors.intf),
112 .bLength = sizeof(fs_descriptors.source),
119 .bLength = sizeof(fs_descriptors.sink),
129 .bLength = sizeof(hs_descriptors.intf),
139 .bLength = sizeof(hs_descriptors.source),
146 .bLength = sizeof(hs_descriptors.sink),
156 .bLength = sizeof(ss_descriptors.intf),
166 .bLength = sizeof(ss_descriptors.source),
173 .bLength = sizeof(ss_descriptors.source_comp),
178 .bLength = sizeof(ss_descriptors.sink)
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors.py 90 ('B', 'bLength'), ('B', 'bDescriptorType') as the first two entries.
145 if data_length != obj.bLength:
148 (data_length, obj.bLength))
188 _FIELDS = (('B', 'bLength'),
195 _FIELDS = (('B', 'bLength'),
214 _FIELDS = (('B', 'bLength'),
227 _FIELDS = (('B', 'bLength'),
241 _FIELDS = (('B', 'bLength'),
252 _FIELDS = (('B', 'bLength'),
265 _FIELDS = (('B', 'bLength'),
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.h 369 UINT8 bLength;
392 UINT8 bLength;
408 UINT8 bLength;
422 UINT8 bLength;
436 UINT8 bLength;
451 UINT8 bLength;
461 UINT8 bLength;
469 UINT8 bLength;
478 UINT8 bLength;
495 UINT8 bLength;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 270 BYTE bLength;
287 BYTE bLength;
299 BYTE bLength;
363 BYTE bLength;
372 BYTE bLength;
384 BYTE bLength;
390 BYTE bLength;
396 BYTE bLength;
410 BYTE bLength;
449 BYTE bLength;
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
des_02.py 87 header_descriptor.bLength == 5 and
165 if not(union_descriptor.bLength == 5 and
185 if mbim_descriptor.bLength != 12:
234 if mbim_extended_descriptor.bLength != 8:
262 interrupt_endpoint_descriptor.bLength == 7 and
des_01.py 104 header_descriptor.bLength == 5 and
199 if not(union_descriptor.bLength == 5 and
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 40 __u8 bLength;
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 31 __u8 bLength;
129 * | 0 | bLength | U8 | length of the descriptor |
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 149 size_t bLength = bCoefficients.size();
150 std::vector<int32_t> product(aLength + bLength - 1);
153 for (size_t j = 0; j < bLength; j++) {
  /libcore/luni/src/main/java/java/math/
BitLevel.java 46 int bLength = (val.numberLength << 5);
57 bLength -= Integer.numberOfLeadingZeros(highDigit);
58 return bLength;
  /external/libusb/libusb/
libusb.h 479 uint8_t bLength;
533 uint8_t bLength;
583 uint8_t bLength;
645 uint8_t bLength;
694 uint8_t bLength;
724 uint8_t bLength;
731 /** Device Capability data (bLength - 3 bytes) */
748 uint8_t bLength;
779 uint8_t bLength;
805 uint8_t bLength;
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
lsusb.py 56 # bLength 20 Rows
70 # 'bLength': {
  /external/libusb/libusb/os/
wince_usb.h 46 UINT8 bLength;
windows_winusb.h 137 uint8_t bLength;
449 UCHAR bLength;
475 UCHAR bLength;
  /system/core/adb/client/
usb_linux.cpp 176 if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) {
188 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) {
241 ep1->bLength != USB_DT_ENDPOINT_SIZE ||
243 ep2->bLength != USB_DT_ENDPOINT_SIZE ||
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 474 int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_reverse);
476 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
483 ucsdet_setText(csd, bytes, bLength, &status);
552 int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_reverse);
554 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
561 ucsdet_setText(csd, bytes, bLength, &status);
  /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 -
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 55 desc.bLength = USB_DT_ENDPOINT_SIZE;
  /external/libmtp/logs/
mtp-detect-asus-memo-pad7.txt 7 bLength 18
22 bLength 9
32 bLength 9
42 bLength 7
52 bLength 7
62 bLength 7
72 bLength 10
  /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);
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
Storage.java 108 public static void install(byte[] bArray, short bOffset, byte bLength) {

Completed in 818 milliseconds

12 3 4