/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | receive_statistics_unittest.cc | 59 size_t bytes_received = 0; in TEST_F() local 61 statistician->GetDataCounters(&bytes_received, &packets_received); in TEST_F() 62 EXPECT_EQ(200u, bytes_received); in TEST_F() 69 statistician->GetDataCounters(&bytes_received, &packets_received); in TEST_F() 70 EXPECT_EQ(600u, bytes_received); in TEST_F() 82 statisticians[kSsrc1]->GetDataCounters(&bytes_received, &packets_received); in TEST_F() 83 EXPECT_EQ(300u, bytes_received); in TEST_F() 85 statisticians[kSsrc2]->GetDataCounters(&bytes_received, &packets_received); in TEST_F() 86 EXPECT_EQ(900u, bytes_received); in TEST_F() 90 &bytes_received, &packets_received); in TEST_F() [all …]
|
D | receive_statistics_impl.cc | 284 size_t* bytes_received, uint32_t* packets_received) const { in GetDataCounters() argument 286 if (bytes_received) { in GetDataCounters() 287 *bytes_received = receive_counters_.transmitted.payload_bytes + in GetDataCounters()
|
D | receive_statistics_impl.h | 36 void GetDataCounters(size_t* bytes_received,
|
/external/netperf/src/ |
D | nettest_xti.h | 50 double bytes_received; member 94 unsigned int bytes_received; /* ignored initially */ member 140 unsigned int bytes_received; /* ignored initially */ member 181 unsigned int bytes_received; member 224 unsigned int bytes_received; /* ignored initially */ member
|
D | nettest_unix.h | 51 int bytes_received; /* ignored initially */ member 94 int bytes_received; /* ignored initially */ member 135 int bytes_received; member 179 int bytes_received; /* ignored initially */ member
|
D | nettest_dlpi.h | 54 int bytes_received; /* ignored initially */ member 99 int bytes_received; /* ignored initially */ member 143 int bytes_received; member 189 int bytes_received; /* ignored initially */ member
|
D | nettest_bsd.h | 233 double bytes_received; member 330 unsigned int bytes_received; /* ignored initially */ member 376 unsigned int bytes_received; /* ignored initially */ member 422 unsigned int bytes_received; /* ignored initially */ member 466 unsigned int bytes_received; member 509 unsigned int bytes_received; /* ignored initially */ member 555 unsigned int bytes_received; /* ignored initially */ member
|
D | nettest_sctp.h | 52 double bytes_received; member 97 unsigned int bytes_received; /* ignored initially */ member
|
D | nettest_sdp.h | 57 double bytes_received; member 102 unsigned int bytes_received; /* ignored initially */ member
|
D | nettest_unix.c | 713 int bytes_received; in recv_stream_stream() local 950 bytes_received = 0; in recv_stream_stream() 958 bytes_received += len; in recv_stream_stream() 998 bytes_received); in recv_stream_stream() 1005 stream_stream_results->bytes_received = bytes_received; in recv_stream_stream() 1937 int bytes_received = 0; in recv_dg_stream() local 2146 bytes_received = (messages_recvd * message_size) + len; in recv_dg_stream() 2153 bytes_received); in recv_dg_stream() 2158 dg_stream_results->bytes_received = bytes_received; in recv_dg_stream() 3004 dg_rr_results->bytes_received = (trans_received * in recv_dg_rr() [all …]
|
D | nettest_sctp.c | 839 bytes_sent = ntohd(sctp_stream_result->bytes_received); in send_sctp_stream() 1059 double bytes_received; in recv_sctp_stream() local 1318 bytes_received = 0; in recv_sctp_stream() 1359 bytes_received += len; in recv_sctp_stream() 1404 bytes_received); in recv_sctp_stream() 1411 sctp_stream_results->bytes_received = htond(bytes_received); in recv_sctp_stream() 1424 bytes_received, in recv_sctp_stream() 1997 bytes_sent = ntohd(sctp_stream_result->bytes_received); in send_sctp_stream_1toMany() 2215 double bytes_received; in recv_sctp_stream_1toMany() local 2453 bytes_received = 0; in recv_sctp_stream_1toMany() [all …]
|
D | nettest_dlpi.c | 934 int bytes_received; in recv_dlpi_co_stream() local 1167 bytes_received += recv_message.len; in recv_dlpi_co_stream() 1209 bytes_received); in recv_dlpi_co_stream() 1216 dlpi_co_stream_results->bytes_received = bytes_received; in recv_dlpi_co_stream() 2316 int bytes_received = 0; in recv_dlpi_cl_stream() local 2555 bytes_received = (messages_recvd * message_size) + len; in recv_dlpi_cl_stream() 2562 bytes_received); in recv_dlpi_cl_stream() 2567 dlpi_cl_stream_results->bytes_received = bytes_received; in recv_dlpi_cl_stream() 3547 dlpi_cl_rr_results->bytes_received = (trans_received * in recv_dlpi_cl_rr() 3921 dlpi_co_rr_results->bytes_received = (trans_received * in recv_dlpi_co_rr()
|
D | nettest_xti.c | 1033 bytes_sent = xti_tcp_stream_result->bytes_received; in send_xti_tcp_stream() 1253 double bytes_received; in recv_xti_tcp_stream() local 1556 bytes_received = 0; in recv_xti_tcp_stream() 1563 bytes_received += len; in recv_xti_tcp_stream() 1637 bytes_received); in recv_xti_tcp_stream() 1644 xti_tcp_stream_results->bytes_received = bytes_received; in recv_xti_tcp_stream() 1657 bytes_received, in recv_xti_tcp_stream() 3074 unsigned int bytes_received = 0; in recv_xti_udp_stream() local 3362 bytes_received = (messages_recvd * message_size); in recv_xti_udp_stream() 3369 bytes_received); in recv_xti_udp_stream() [all …]
|
D | nettest_sdp.c | 640 bytes_sent = ntohd(sdp_stream_result->bytes_received); in send_sdp_stream() 1577 double bytes_received; in recv_sdp_stream() local 1811 bytes_received = 0; in recv_sdp_stream() 1821 bytes_received += len; in recv_sdp_stream() 1863 bytes_received); in recv_sdp_stream() 1870 sdp_stream_results->bytes_received = htond(bytes_received); in recv_sdp_stream() 1886 bytes_received, in recv_sdp_stream() 3332 sdp_rr_results->bytes_received = (trans_received * in recv_sdp_rr()
|
D | nettest_bsd.c | 2195 bytes_sent = ntohd(tcp_stream_result->bytes_received); in send_tcp_stream() 3885 bytes_sent = ntohd(tcp_stream_result->bytes_received); in send_exs_tcp_stream() 4650 bytes_sent = ntohd(tcp_stream_result->bytes_received); 4893 double bytes_received; in recv_tcp_stream() local 5140 bytes_received = 0; in recv_tcp_stream() 5152 bytes_received += len; in recv_tcp_stream() 5194 bytes_received); in recv_tcp_stream() 5201 tcp_stream_results->bytes_received = htond(bytes_received); in recv_tcp_stream() 5217 bytes_received, in recv_tcp_stream() 7046 unsigned int bytes_received = 0; in recv_udp_stream() local [all …]
|
D | nettest_omni.c | 357 uint64_t bytes_received = 0; variable 1976 &bytes_received, 1, 0, NETPERF_TYPE_UINT64); in print_omni_init_list() 3800 bytes_received = 0; in send_omni_inner() 4379 bytes_received += rret; in send_omni_inner() 4716 bytes_per_recv = (double) bytes_received / (double) local_receive_calls; in send_omni_inner() 4720 bytes_xferd = (double) bytes_sent + bytes_received; in send_omni_inner() 4869 local_recv_thruput = calc_thruput((double)bytes_received); in send_omni_inner() 5384 bytes_received = 0; in recv_omni() 5478 bytes_received += ret; in recv_omni() 5713 omni_results->bytes_received_lo = bytes_received & 0x00000000FFFFFFFFULL; in recv_omni() [all …]
|
/external/autotest/client/tests/kvm/deps/ |
D | rss.cpp | 302 int bytes_received = recv(socket, buffer, len, 0); in Receive() local 303 if (bytes_received <= 0) in Receive() 305 buffer += bytes_received; in Receive() 306 len -= bytes_received; in Receive() 357 int bytes_received; in SocketToChild() local 364 bytes_received = recv(ci->socket, buffer, sizeof(buffer), 0); in SocketToChild() 365 if (bytes_received <= 0) in SocketToChild() 372 for (int i = 0; i < bytes_received; i++) { in SocketToChild() 601 int bytes_received = ReceivePacket(ci->socket, ci->chunk_buffer, in ReceiveFileChunks() local 603 if (bytes_received < 0) in ReceiveFileChunks() [all …]
|
/external/webrtc/talk/app/webrtc/test/ |
D | mockpeerconnectionobservers.h | 138 &stats_.bytes_received); in OnComplete() 171 return stats_.bytes_received; in BytesReceived() 222 bytes_received = 0; in Clear() 233 int bytes_received; member
|
/external/libchrome/base/ |
D | sync_socket_posix.cc | 190 const size_t bytes_received = in ReceiveWithTimeout() local 192 bytes_read_total += bytes_received; in ReceiveWithTimeout() 193 if (bytes_received != bytes_to_read) in ReceiveWithTimeout()
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_main.c | 139 rw_cb.stats.bytes_received+=num_bytes; in rw_main_update_rx_stats() 159 … rx stats: rx-crc errors %i, bytes received: %i", rw_cb.stats.num_crc, rw_cb.stats.bytes_received); in rw_main_log_stats()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | receive_statistics.h | 29 virtual void GetDataCounters(size_t* bytes_received,
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 478 UINT32 bytes_received; /* Total bytes received since activation */ member
|
/external/iproute2/misc/ |
D | ss.c | 771 unsigned long long bytes_received; member 1691 if (s->bytes_received) in tcp_stats_print() 1692 printf(" bytes_received:%llu", s->bytes_received); in tcp_stats_print() 1990 s.bytes_received = info->tcpi_bytes_received; in tcp_show_info()
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 288 void GetDataCounters(size_t* bytes_received, in GetDataCounters() argument 290 *bytes_received = 0; in GetDataCounters()
|