HomeSort by relevance Sort by last modified time
    Searched full:bulk (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /system/core/fastboot/
usb_linux.c 268 struct usbdevfs_bulktransfer bulk; local
276 bulk.ep = h->ep_out;
277 bulk.len = 0;
278 bulk.data = data;
279 bulk.timeout = 0;
281 n = ioctl(h->desc, USBDEVFS_BULK, &bulk);
294 bulk.ep = h->ep_out;
295 bulk.len = xfer;
296 bulk.data = data;
297 bulk.timeout = 0
318 struct usbdevfs_bulktransfer bulk; local
    [all...]
  /development/host/windows/usb/legacy/driver/
android_usb_bulk_file_object.h 21 that encapsulates extension to a bulk pipe file objects.
27 object that represent opened bulk pipe. Instances of this class must be
android_usb_pool_tags.h 39 /// Pool tag for a bulk file object extension (GABx)
45 /// Pool tag for URB allocated in bulk read / write (GAbu)
android_usb_bulk_file_object.cpp 19 that encapsulates extension to a bulk pipe file objects.
android_usb_pipe_file_object.h 136 /** \brief Performs common bulk read / write on the pipe
138 This method is called from bulk and interrupt pipe file extensions to
156 buffer for bulk read / write IOCTLs.
  /development/host/windows/usb/api/
adb_api_legacy.h 35 /// Name for the default bulk read pipe
38 /// Name for the default bulk write pipe
60 /// Control code for bulk read IOCTL
63 /// Control code for bulk write IOCTL
97 /// Bulk read IOCTL
104 // For bulk write IOCTL we send request data in the form of AdbBulkTransfer
108 /// Bulk write IOCTL
adb_legacy_interface.h 91 (default?) bulk write and read endpoints respectively.
104 (default?) bulk write and read endpoints respectively.
177 /// Index for the default bulk read endpoint
180 /// ID for the default bulk read endpoint
183 /// Index for the default bulk write endpoint
186 /// ID for the default bulk write endpoint
adb_legacy_interface.cpp 73 // Save indexes and IDs for bulk read / write endpoints. We will use them to
85 // This is a bulk endpoint. Cache its index and ID.
87 // Use this endpoint as default bulk read endpoint
92 // Use this endpoint as default bulk write endpoint
adb_api.h 49 /// Endpoint is a bulk r/w pipe.
80 /// Shortcut to default write bulk endpoint in zero-based endpoint index API.
83 /// Shortcut to default read bulk endpoint in zero-based endpoint index API.
379 about bulk write and bulk read endpoints respectively.
388 /** \brief Gets information about default bulk read endpoint on the given
401 /** \brief Gets information about default bulk write endpoint on the given
422 about bulk write and bulk read endpoints respectively.
437 /** \brief Opens default bulk read endpoint on the given interface.
    [all...]
adb_interface.h 81 (default?) bulk write and read endpoints respectively.
94 (default?) bulk write and read endpoints respectively.
  /bootable/bootloader/legacy/include/boot/
usb_descriptors.h 89 0x02, // bulk
96 0x02, // bulk
124 0x02, // bulk
131 0x02, // bulk
  /external/iproute2/man/man8/
tc-prio.8 112 0x8 4 Maximize Throughput 2 Bulk 2
113 0xa 5 mmc+mt 2 Bulk 2
114 0xc 6 mr+mt 2 Bulk 2
115 0xe 7 mmc+mr+mt 2 Bulk 2
120 0x18 12 mt+md 4 Int. Bulk 1
121 0x1a 13 mmc+mt+md 4 Int. Bulk 1
122 0x1c 14 mr+mt+md 4 Int. Bulk 1
123 0x1e 15 mmc+mr+mt+md 4 Int. Bulk 1
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 121 (default?) bulk write and read endpoints respectively.
134 (default?) bulk write and read endpoints respectively.
192 /// Index for the default bulk read endpoint
195 /// ID for the default bulk read endpoint
198 /// Index for the default bulk write endpoint
201 /// ID for the default bulk write endpoint
adb_winusb_interface.cpp 98 // Save indexes and IDs for bulk read / write endpoints. We will use them to
111 // This is a bulk endpoint. Cache its index and ID.
113 // Use this endpoint as default bulk read endpoint
118 // Use this endpoint as default bulk write endpoint
  /external/icu4c/samples/
defs.mk 26 ### We depend on gmake for the bulk of the work
  /dalvik/vm/mterp/armv5te/
debug.c 58 * Does the bulk of the work for common_printMethod().
  /external/e2fsprogs/misc/
uuidd.8.in 60 When issuing a test request to a running uuidd, request a bulk response
  /packages/apps/Email/src/com/android/email/mail/
FetchProfile.java 23 * A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
  /external/chromium/third_party/icu/source/i18n/
nortrans.cpp 126 * bulk mode, so that styled text is minimally disrupted.
131 * a bulk mode normalization could look like this:
  /external/icu4c/i18n/
nortrans.cpp 110 * bulk mode, so that styled text is minimally disrupted.
115 * a bulk mode normalization could look like this:
  /external/qemu/hw/
usb-msd.c 115 0x50, /* u8 if_bInterfaceProtocol; Bulk Only */
118 /* Bulk-In endpoint */
122 0x02, /* u8 ep_bmAttributes; Bulk */
126 /* Bulk-Out endpoint */
130 0x02, /* u8 ep_bmAttributes; Bulk */
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 282 // Get default bulk read endpoint info
284 printf("\n Default Bulk Read Pipe info:");
296 // Get default bulk write endpoint info
298 printf("\n Default Bulk Write Pipe info:");
  /external/guava/src/com/google/common/collect/
BiMap.java 67 // Bulk Operations
  /external/iproute2/examples/
cbqinit.eth1 28 # Bulk.
  /external/openssl/crypto/dh/
example 23 Precedence: bulk

Completed in 6518 milliseconds

1 2 3 4 5 6 7