HomeSort by relevance Sort by last modified time
    Searched full:bulk (Results 101 - 125 of 705) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 316 Submits bulk transfer to a bulk endpoint of a USB device.
329 the subsequent bulk transfer.
333 bulk transfer.
532 DEBUG ((EFI_D_INFO, "Bulk pipe timeout, > %d mS\r\n", TimeOut));
534 DEBUG ((EFI_D_INFO, "Bulk pipe broken\r\n"));
    [all...]
  /development/host/windows/usb/api/
adb_interface.h 81 (default?) bulk write and read endpoints respectively.
94 (default?) bulk write and read endpoints respectively.
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 114 // Finds the first bulk IN and bulk OUT endpoints
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbPeim.h 146 Submits bulk transfer to a bulk endpoint of a USB device.
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkePacket.c 231 Fragments[0].Bulk = (UINT8 *) IkePacket->Header;
241 Fragments[Index + 1].Bulk = IkePayload->PayloadBuf;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NormalizationTransliterator.java 96 * bulk mode, so that styled text is minimally disrupted.
101 * a bulk mode normalization could be used.
  /external/icu/icu4c/source/i18n/
nortrans.cpp 113 * bulk mode, so that styled text is minimally disrupted.
118 * a bulk mode normalization could look like this:
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NormalizationTransliterator.java 95 * bulk mode, so that styled text is minimally disrupted.
100 * a bulk mode normalization could be used.
  /external/syslinux/com32/lib/
memmove.S 75 /* Bulk transfer */
126 /* Bulk transfer */
  /external/walt/android/WALT/app/src/main/jni/
README.md 87 - There are two types of endpoints - BULK and INTERRUPT. For our case it's not
88 really important. Currently all the comms are done via a BULK interface
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
BasicFileAttributeView.java 36 * <p> The file attributes are retrieved from the file system as a <em>bulk
110 * Reads the basic file attributes as a bulk operation.
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc 376 // bulk tests
400 // bulk tests
421 // bulk tests
446 // bulk tests
519 // bulk tests
570 // bulk tests
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_transfer.py 30 from/to the device via the MBIM data endpoints (BULK-IN/BULK-OUT).
46 the device using the bulk pipes.
70 device using bulk out pipe.
89 Receives an MBIM frame from the device using the bulk in pipe,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Usb2HostController.h 270 Submits bulk transfer to a bulk endpoint of a USB device.
288 @param TransferResult A pointer to the detailed result information of the bulk transfer.
290 @retval EFI_SUCCESS The bulk transfer was completed successfully.
292 @retval EFI_OUT_OF_RESOURCES The bulk transfer could not be submitted due to a lack of resources.
293 @retval EFI_TIMEOUT The bulk transfer failed due to timeout.
294 @retval EFI_DEVICE_ERROR The bulk transfer failed due to host controller or device error.
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
DoubleBuffer.java 43 * <li><p> Relative {@link #get(double[]) </code><i>bulk get</i><code>}
47 * <li><p> Relative {@link #put(double[]) </code><i>bulk put</i><code>}
290 // -- Bulk get operations --
293 * Relative bulk <i>get</i> method.
343 * Relative bulk <i>get</i> method.
361 // -- Bulk put operations --
364 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
408 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
457 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
FloatBuffer.java 43 * <li><p> Relative {@link #get(float[]) </code><i>bulk get</i><code>}
47 * <li><p> Relative {@link #put(float[]) </code><i>bulk put</i><code>}
291 // -- Bulk get operations --
294 * Relative bulk <i>get</i> method.
344 * Relative bulk <i>get</i> method.
362 // -- Bulk put operations --
365 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
409 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
458 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
IntBuffer.java 44 * <li><p> Relative {@link #get(int[]) </code><i>bulk get</i><code>}
48 * <li><p> Relative {@link #put(int[]) </code><i>bulk put</i><code>}
293 // -- Bulk get operations --
296 * Relative bulk <i>get</i> method.
346 * Relative bulk <i>get</i> method.
364 // -- Bulk put operations --
367 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
411 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
460 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
LongBuffer.java 43 * <li><p> Relative {@link #get(long[]) </code><i>bulk get</i><code>}
47 * <li><p> Relative {@link #put(long[]) </code><i>bulk put</i><code>}
291 // -- Bulk get operations --
294 * Relative bulk <i>get</i> method.
344 * Relative bulk <i>get</i> method.
362 // -- Bulk put operations --
365 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
409 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
458 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
ShortBuffer.java 43 * <li><p> Relative {@link #get(short[]) </code><i>bulk get</i><code>}
47 * <li><p> Relative {@link #put(short[]) </code><i>bulk put</i><code>}
292 // -- Bulk get operations --
295 * Relative bulk <i>get</i> method.
345 * Relative bulk <i>get</i> method.
363 // -- Bulk put operations --
366 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
410 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
459 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 421 * Returns one of USB_ENDPOINT_XFER_{CONTROL, ISOC, BULK, INT} according
453 * usb_endpoint_xfer_bulk - check if the endpoint has bulk transfer type
456 * Returns true if the endpoint is of type bulk, otherwise it returns false.
507 * usb_endpoint_is_bulk_in - check if the endpoint is bulk IN
510 * Returns true if the endpoint has bulk transfer type and IN direction,
520 * usb_endpoint_is_bulk_out - check if the endpoint is bulk OUT
523 * Returns true if the endpoint has bulk transfer type and OUT direction,
609 /* Bits 4:0 of bmAttributes if this is a bulk endpoint */
669 /* bulk endpoints with 8 byte maxpacket */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java 264 // copying data around for a 720p frame. It's better to do a bulk get() and then
268 // So... we set the ByteBuffer to little-endian, which should turn the bulk IntBuffer
270 // Swapping B and R gives us ARGB. We need about 30ms for the bulk get(), and another
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 260 // copying data around for a 720p frame. It's better to do a bulk get() and then
264 // So... we set the ByteBuffer to little-endian, which should turn the bulk IntBuffer
266 // Swapping B and R gives us ARGB. We need about 30ms for the bulk get(), and another
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.h 178 Execute a bulk transfer to the device's endpoint.
195 @retval EFI_SUCCESS The bulk transfer is finished without error.
196 @retval Others Failed to execute bulk transfer, result in UsbResult.
  /external/libusb-compat/
ChangeLog 67 and bulk transfers. (Linux and Darwin also sanitize some of these)
232 fix timeout handling for bulk/interrupt IO
268 bulk and interrupt I/O
  /external/syslinux/core/
bcopyxx.inc 75 ; Bulk transfer
124 ; Bulk copy
169 ; Bulk

Completed in 3532 milliseconds

1 2 3 45 6 7 8 91011>>