/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
Session.h | 45 addr_t virtAddr; /**< The virtual address of the Bulk buffer*/ 46 addr_t sVirtualAddr; /**< The secure virtual address of the Bulk buffer*/ 47 uint32_t len; /**< Length of the Bulk buffer*/ 49 addr_t physAddrWsmL2; /**< The physical address of the L2 table of the Bulk buffer*/ 97 bulkBufferDescrList_t bulkBufferDescriptors; /**< Descriptors of additional bulk buffer of a session */ 108 * Add address information of additional bulk buffer memory to session and 113 * @param buf The virtual address of bulk buffer. 114 * @param len Length of bulk buffer. 115 * @param blkBuf pointer of the actual Bulk buffer descriptor with all address information. 123 * Remove address information of additional bulk buffer memory from session an [all...] |
/development/samples/USB/AdbTest/ |
README.txt | 11 - Asynchronous IO on bulk endpoint
|
_index.html | 12 <li>Asynchronous IO on bulk endpoints</li>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
config_undef.hpp | 9 // This is a temporary workaround until the bulk of this is
|
/external/chromium_org/chrome/installer/ |
mini_installer_syzygy.gyp | 36 # Bulk of the build configuration comes from here. 58 # Bulk of the build configuration comes from here.
|
/system/core/fastboot/ |
usb_linux.c | 65 /* The max bulk size for linux is 16384 which is defined 315 struct usbdevfs_bulktransfer bulk; local 323 bulk.ep = h->ep_out; 324 bulk.len = 0; 325 bulk.data = data; 326 bulk.timeout = 0; 328 n = ioctl(h->desc, USBDEVFS_BULK, &bulk); 341 bulk.ep = h->ep_out; 342 bulk.len = xfer; 343 bulk.data = data 365 struct usbdevfs_bulktransfer bulk; local [all...] |
/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
|
/external/chromium_org/third_party/libusb/ |
darwin-sigfpe.patch | 15 + usbi_err (TRANSFER_CTX (transfer), "bulk transfer failed (dir = %s): %s (code = 0x%08x)", IS_XFERIN(transfer) ? "In" : "Out",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_32.txt | 11 Precedence: bulk
|
msg_02.txt | 54 Precedence: bulk 68 Precedence: bulk 83 Precedence: bulk 98 Precedence: bulk 113 Precedence: bulk
|
msg_33.txt | 12 Precedence: bulk
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_32.txt | 11 Precedence: bulk
|
msg_02.txt | 54 Precedence: bulk 68 Precedence: bulk 83 Precedence: bulk 98 Precedence: bulk 113 Precedence: bulk
|
msg_33.txt | 12 Precedence: 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
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
UsbAccessoryBulkTransport.java | 29 * Sends or receives messages using bulk endpoints associated with a {@link UsbDevice} 70 throw new IOException("Bulk transfer failed.");
|
/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
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.h | 39 * It also supports bulk-loading from a batch of bounds and values; if you don't require the tree 55 * can provide an optional aspect ratio parameter. This allows the bulk-load algorithm to create 64 * need to use the tree; we may allow the insert to be deferred (this can allow us to bulk-load 162 * This performs a bottom-up bulk load using the STR (sort-tile-recursive) algorithm, this 168 * TODO: Experiment with other bulk-load algorithms (in particular the Hilbert pack variant, 170 * exist top-down bulk load variants (VAMSplit, TopDownGreedy, etc).
|
/external/skia/src/core/ |
SkRTree.h | 39 * It also supports bulk-loading from a batch of bounds and values; if you don't require the tree 55 * can provide an optional aspect ratio parameter. This allows the bulk-load algorithm to create 64 * need to use the tree; we may allow the insert to be deferred (this can allow us to bulk-load 162 * This performs a bottom-up bulk load using the STR (sort-tile-recursive) algorithm, this 168 * TODO: Experiment with other bulk-load algorithms (in particular the Hilbert pack variant, 170 * exist top-down bulk load variants (VAMSplit, TopDownGreedy, etc).
|
/external/icu4c/samples/ |
defs.mk | 26 ### We depend on gmake for the bulk of the work
|
/external/chromium_org/third_party/libusb/src/libusb/ |
sync.c | 213 * Perform a USB bulk transfer. The direction of the transfer is inferred from 216 * For bulk reads, the <tt>length</tt> field indicates the maximum length of 221 * You should also check the <tt>transferred</tt> parameter for bulk writes. 235 * \param length for bulk writes, the number of bytes from data to be sent. for 236 * bulk reads, the maximum number of bytes to receive into the data buffer. 285 * \param length for bulk writes, the number of bytes from data to be sent. for 286 * bulk reads, the maximum number of bytes to receive into the data buffer.
|
/external/libusb/libusb/ |
sync.c | 216 * Perform a USB bulk transfer. The direction of the transfer is inferred from 219 * For bulk reads, the <tt>length</tt> field indicates the maximum length of 224 * You should also check the <tt>transferred</tt> parameter for bulk writes. 238 * \param length for bulk writes, the number of bytes from data to be sent. for 239 * bulk reads, the maximum number of bytes to receive into the data buffer. 288 * \param length for bulk writes, the number of bytes from data to be sent. for 289 * bulk reads, the maximum number of bytes to receive into the data buffer.
|
/docs/source.android.com/src/accessories/ |
aoa.jd | 44 bulk transfer endpoints with its own communication protocol. There is no need to start the device 48 ADB (Android Debug Bridge) protocol, which exposes a second interface with two bulk endpoints for 129 device's interface and endpoint descriptors to obtain the bulk endpoints to communicate with the 130 device. An Android-powered device that has a product ID of <code>0x2D00</code> has one interface with two bulk 132 interfaces with two bulk endpoints each for input and output communication. The first interface 134 on an interface, all you need to do is find the first bulk input and output endpoints, set the
|