Home
last modified time | relevance | path

Searched refs:bytes_sent (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/libcutils/
H A Dsockets_windows.cpp74 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 Dpdx_benchmarks.cpp166 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 Dsocket_test.cpp237 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 Drw_main.cc83 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 Dnetlink_manager.cpp391 ssize_t bytes_sent = in SendMessageInternal() local
393 if (bytes_sent == -1) { in SendMessageInternal()
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h620 uint32_t bytes_sent; /* Total bytes sent since activation */ member