Searched refs:bytes_copied (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/hid/
H A Dhidh_conn.c889 UINT16 bytes_copied; local
943 bytes_copied = 0;
953 bytes_copied = p_hcon->rem_mtu_size - 1;
961 bytes_copied = buf->len;
971 data_size = bytes_copied = 1;
977 memcpy (p_out, (((UINT8 *)(buf+1)) + buf->offset), bytes_copied);
978 buf->offset += bytes_copied;
979 buf->len -= bytes_copied;
983 *(p_out+bytes_copied) = data & 0xff;
987 *(p_out+bytes_copied)
[all...]
/system/core/adb/
H A Dfile_sync_client.cpp222 uint64_t bytes_copied = 0; local
246 bytes_copied += bytes_read;
253 ReportProgress(rpath, bytes_copied, total_size);
535 uint64_t bytes_copied = 0; local
576 bytes_copied += msg.data.size;
578 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size);

Completed in 126 milliseconds