Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_conn.cc881 uint16_t bytes_copied; in hidh_conn_snd_data() local
931 bytes_copied = 0; in hidh_conn_snd_data()
939 bytes_copied = p_hcon->rem_mtu_size - 1; in hidh_conn_snd_data()
945 bytes_copied = buf->len; in hidh_conn_snd_data()
954 data_size = bytes_copied = 1; in hidh_conn_snd_data()
958 memcpy(p_out, (((uint8_t*)(buf + 1)) + buf->offset), bytes_copied); in hidh_conn_snd_data()
959 buf->offset += bytes_copied; in hidh_conn_snd_data()
960 buf->len -= bytes_copied; in hidh_conn_snd_data()
962 *(p_out + bytes_copied) = data & 0xff; in hidh_conn_snd_data()
964 *(p_out + bytes_copied) = data & 0xff; in hidh_conn_snd_data()
[all …]
/system/core/adb/client/
Dfile_sync_client.cpp550 uint64_t bytes_copied = 0; in SendLargeFileCompressed() local
577 bytes_copied += r; in SendLargeFileCompressed()
578 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFileCompressed()
633 uint64_t bytes_copied = 0; in SendLargeFile() local
657 bytes_copied += bytes_read; in SendLargeFile()
658 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()
985 uint64_t bytes_copied = 0; in sync_recv_v1() local
1019 bytes_copied += msg.data.size; in sync_recv_v1()
1022 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v1()
1040 uint64_t bytes_copied = 0; in sync_recv_v2() local
[all …]