Searched defs:transferred (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/device/usb/
H A Dusb_device_handle_unittest.cc60 size_t transferred) {
62 transferred_ = transferred;
70 size_t transferred() const { return transferred_; } function in class:device::__anon8044::TestCompletionCallback
109 out_completion.transferred());
114 in_completion.transferred());
151 out_completion.transferred());
156 in_completion.transferred());
58 SetResult(UsbTransferStatus status, scoped_refptr<net::IOBuffer> buffer, size_t transferred) argument
/external/chromium_org/third_party/libusb/src/libusb/
H A Dsync.c83 * \returns on success, the number of bytes actually transferred
160 int *transferred, unsigned int timeout, unsigned char type)
181 *transferred = transfer->actual_length;
219 * <tt>transferred</tt> output parameter.
221 * You should also check the <tt>transferred</tt> parameter for bulk writes.
224 * Also check <tt>transferred</tt> when dealing with a timeout error code.
228 * that may have been transferred; do not assume that timeout conditions
237 * \param transferred output location for the number of bytes actually
238 * transferred.
243 * \returns 0 on success (and populates <tt>transferred</t
158 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
252 libusb_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
301 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.h359 int transferred; member in struct:usbi_transfer
940 * For control/bulk/interrupt transfers, populate the "transferred"
943 * transferred fields of the iso packet descriptors of the transfer.
/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.
/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/chromium_org/net/base/
H A Dnss_memio.c131 int transferred = 0; local
143 transferred += len;
153 transferred += len;
157 return transferred;
165 int transferred = 0; local
176 transferred += len;
185 transferred += len;
189 return transferred;
/external/qemu/android/
H A Dasync-socket.c79 uint32_t transferred; member in struct:AsyncSocketIO
150 asio->transferred = 0;
318 uint32_t* transferred,
321 if (transferred != NULL) {
322 *transferred = asio->transferred;
339 return asio->transferred;
833 asr->buffer + asr->transferred,
834 asr->to_transfer - asr->transferred));
870 asr->transferred
317 async_socket_io_get_buffer_info(const AsyncSocketIO* asio, uint32_t* transferred, uint32_t* to_transfer) argument
[all...]
H A Dhw-qemud.c1979 size_t transferred = 0; local
1990 transferred = buffers->size;
1997 transferred += buffers[n].size;
1999 msg = malloc(transferred);
2005 D("%s: %s", __FUNCTION__, quote_bytes((char*)msg, transferred));
2006 qemud_client_recv(client, msg, transferred);
2010 return transferred;
/external/stressapptest/src/
H A Dworker.cc2123 int transferred = send(sock, address + (page_length - size), size, 0); local
2124 if ((transferred == 0) || (transferred == -1)) {
2135 size = size - transferred;
2148 int transferred = recv(sock, address + (page_length - size), size, 0); local
2149 if ((transferred == 0) || (transferred == -1)) {
2154 if (transferred == 0 && err == 0) {
2169 size, transferred, err);
2170 if ((transferred
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/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/qemu/qapi-auto-generated/
H A Dqapi-types.h2109 int64_t transferred; member in struct:MigrationStats

Completed in 1115 milliseconds