Searched refs:bytes_sent (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/libcutils/ |
H A D | sockets_windows.cpp | 74 DWORD bytes_sent = 0; in socket_send_buffers() local 75 if (WSASend(sock, wsa_buffers, num_buffers, &bytes_sent, 0, nullptr, in socket_send_buffers() 77 return bytes_sent; in socket_send_buffers()
|
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/ |
H A D | pdx_benchmarks.cpp | 166 uint64_t bytes_sent = 0; member 633 uint64_t bytes_sent = 0; in ClientCommand() local 682 bytes_sent += ret; in ClientCommand() 700 bytes_sent += ret; in ClientCommand() 719 bytes_sent += ret * 2; in ClientCommand() 752 bytes_sent += ret; in ClientCommand() 770 bytes_sent += send_buffer.size() + response_buffer.size(); in ClientCommand() 816 total_bytes += bytes_sent; in ClientCommand() 820 {thread_id, service_id, time_delta_s, bytes_sent, sched_stats}); in ClientCommand() 850 std::cerr << "\t " << benchmark_result.bytes_sent << " bytes in " in ClientCommand() [all …]
|
/aosp12/system/core/fastboot/ |
H A D | socket_test.cpp | 237 ssize_t bytes_sent = 0; in TEST() local 243 sock->socket_send_buffers_function_ = [&bytes_sent, &data, &expect_success, &test]( in TEST() 256 size_t byte_count = bytes_sent, data_index = 0; in TEST() 274 bytes_sent += to_send.length(); in TEST()
|
/aosp12/system/nfc/src/nfc/tags/ |
H A D | rw_main.cc | 83 rw_cb.stats.bytes_sent += num_bytes; in rw_main_update_tx_stats() 154 rw_cb.stats.num_trans_err, rw_cb.stats.bytes_sent); in rw_main_log_stats()
|
/aosp12/system/connectivity/wificond/net/ |
H A D | netlink_manager.cpp | 391 ssize_t bytes_sent = in SendMessageInternal() local 393 if (bytes_sent == -1) { in SendMessageInternal()
|
/aosp12/system/nfc/src/nfc/include/ |
H A D | rw_int.h | 620 uint32_t bytes_sent; /* Total bytes sent since activation */ member
|