Searched refs:transferred (Results 1 - 18 of 18) sorted by relevance

/external/libusb/libusb/
H A Dsync.c65 * \returns on success, the number of bytes actually transferred
155 int *transferred, unsigned int timeout, unsigned char type)
188 *transferred = transfer->actual_length;
222 * <tt>transferred</tt> output parameter.
224 * You should also check the <tt>transferred</tt> parameter for bulk writes.
227 * Also check <tt>transferred</tt> when dealing with a timeout error code.
231 * that may have been transferred; do not assume that timeout conditions
240 * \param transferred output location for the number of bytes actually
241 * transferred.
246 * \returns 0 on success (and populates <tt>transferred</t
153 do_sync_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, int *transferred, unsigned int timeout, unsigned char type) argument
255 libusb_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
304 libusb_interrupt_transfer( struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
[all...]
H A Dlibusbi.h255 int transferred; member in struct:usbi_transfer
749 * For control/bulk/interrupt transfers, populate the "transferred"
752 * transferred fields of the iso packet descriptors of the transfer.
H A Dio.c68 * the data has been transferred.
198 * may or may not have been transferred.
276 * - The transfer completes (i.e. some data was transferred)
278 * transferred
289 * success or failure reason, number of bytes of data transferred, etc. See
326 * When a transfer is cancelled, some of the data may have been transferred.
328 * that no data was transferred.
361 * -# If this is a host-to-device transfer, place the data to be transferred
386 * transferred in entirity.
435 * packet descriptors in hope that all the data gets transferred
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Dnotes34 transferred, the drive sets the data-request bit to 1, sets
36 > on a single-sector transfer, after the system has transferred
38 > on a multiple-sector transfer, after the system has transferred
41 transferred, the drive sets the data-request bit to 1, the busy bit to 0,
/external/dropbear/
H A Dprogressmeter.c58 static char *file; /* name of the file being transferred */
113 off_t transferred; local
122 transferred = *counter - cur_pos;
132 transferred = end_pos;
138 cur_speed = (transferred / elapsed);
140 cur_speed = transferred;
171 /* amount transferred */
182 if (!transferred)
/external/openssh/
H A Dprogressmeter.c68 static char *file; /* name of the file being transferred */
123 off_t transferred; local
132 transferred = *counter - cur_pos;
142 transferred = end_pos;
148 cur_speed = (transferred / elapsed);
150 cur_speed = transferred;
181 /* amount transferred */
192 if (!transferred)
/external/qemu/android/
H A Dasync-socket.c80 uint32_t transferred; member in struct:AsyncSocketIO
151 asio->transferred = 0;
319 uint32_t* transferred,
322 if (transferred != NULL) {
323 *transferred = asio->transferred;
340 return asio->transferred;
832 int res = socket_recv(as->fd, asr->buffer + asr->transferred,
833 asr->to_transfer - asr->transferred);
835 res = socket_recv(as->fd, asr->buffer + asr->transferred,
318 async_socket_io_get_buffer_info(const AsyncSocketIO* asio, uint32_t* transferred, uint32_t* to_transfer) argument
[all...]
H A Dasync-socket.h107 * transferred - Optional pointer to receive number of bytes transferred with
115 uint32_t* transferred,
121 /* Gets number of bytes transferred with this I/O. */
H A Dhw-qemud.c1980 size_t transferred = 0; local
1991 transferred = buffers->size;
1998 transferred += buffers[n].size;
2000 msg = malloc(transferred);
2006 D("%s: %s", __FUNCTION__, quote_bytes((char*)msg, transferred));
2007 qemud_client_recv(client, msg, transferred);
2011 return transferred;
/external/chromium/net/base/
H A Dnss_memio.c126 int transferred = 0; local
138 transferred += len;
148 transferred += len;
152 return transferred;
160 int transferred = 0; local
171 transferred += len;
180 transferred += len;
184 return transferred;
/external/libusb/examples/
H A Ddpfp.c193 int transferred; local
196 &transferred, 1000);
201 if (transferred < INTR_LENGTH) {
H A Ddpfp_threaded.c222 int transferred; local
225 &transferred, 1000);
230 if (transferred < INTR_LENGTH) {
/external/libusb/libusb/os/
H A Dlinux_usbfs.c1818 * transferred data and presents it in a contiguous chunk.
1823 unsigned char *target = transfer->buffer + itransfer->transferred;
1831 itransfer->transferred += urb->actual_length;
1852 itransfer->transferred += urb->actual_length;
2020 itransfer->transferred += urb->actual_length;
2034 itransfer->transferred = urb->actual_length;
2083 usbi_dbg("urb type=%d status=%d transferred=%d", urb->type, urb->status,
H A Ddarwin_usb.c1377 itransfer->transferred += io_size;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mesa3d/docs/
H A DMESA_texture_array.spec361 data are transferred or processed in either case.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex102 \item[IO size] The same number of sectors are transferred.
/external/blktrace/btt/doc/
H A Dbtt.tex1123 number of blocks transferred in the IO represented along the Z-axis.

Completed in 310 milliseconds