/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
receive_statistics_unittest.cc | 59 size_t bytes_received = 0; local 61 statistician->GetDataCounters(&bytes_received, &packets_received); 62 EXPECT_EQ(200u, bytes_received); 69 statistician->GetDataCounters(&bytes_received, &packets_received); 70 EXPECT_EQ(600u, bytes_received); 82 statisticians[kSsrc1]->GetDataCounters(&bytes_received, &packets_received); 83 EXPECT_EQ(300u, bytes_received); 85 statisticians[kSsrc2]->GetDataCounters(&bytes_received, &packets_received); 86 EXPECT_EQ(900u, bytes_received); 90 &bytes_received, &packets_received) 128 size_t bytes_received = 0; local [all...] |
receive_statistics_impl.h | 36 void GetDataCounters(size_t* bytes_received,
|
receive_statistics_impl.cc | 284 size_t* bytes_received, uint32_t* packets_received) const { 286 if (bytes_received) { 287 *bytes_received = receive_counters_.transmitted.payload_bytes +
|
/external/ltp/testcases/network/sockets/ |
ltpServer.c | 313 static int bytes_received = 0; local 322 if (bytes_received == 0) { 348 while (*(message_received + bytes_received) != END_LINE 349 && bytes_received < count) { 351 message_received + bytes_received, 1); 353 bytes_received++; 357 if (bytes_received == count - 1) { 360 bytes_received = 0; 365 if (bytes_received < count - 1) { 368 bytes_received++ [all...] |
/system/update_engine/payload_consumer/ |
mock_download_action.h | 33 uint64_t bytes_received,
|
download_action.h | 47 // bytes downloaded since the last call of this method, |bytes_received| 51 uint64_t bytes_received,
|
/external/netperf/src/ |
nettest_unix.h | 51 int bytes_received; /* ignored initially */ member in struct:stream_stream_results_struct 94 int bytes_received; /* ignored initially */ member in struct:stream_rr_results_struct 135 int bytes_received; member in struct:dg_stream_results_struct 179 int bytes_received; /* ignored initially */ member in struct:dg_rr_results_struct
|
nettest_xti.h | 50 double bytes_received; member in struct:xti_tcp_stream_results_struct 94 unsigned int bytes_received; /* ignored initially */ member in struct:xti_tcp_rr_results_struct 140 unsigned int bytes_received; /* ignored initially */ member in struct:xti_tcp_conn_rr_results_struct 181 unsigned int bytes_received; member in struct:xti_udp_stream_results_struct 224 unsigned int bytes_received; /* ignored initially */ member in struct:xti_udp_rr_results_struct
|
nettest_dlpi.h | 54 int bytes_received; /* ignored initially */ member in struct:dlpi_co_stream_results_struct 99 int bytes_received; /* ignored initially */ member in struct:dlpi_co_rr_results_struct 143 int bytes_received; member in struct:dlpi_cl_stream_results_struct 189 int bytes_received; /* ignored initially */ member in struct:dlpi_cl_rr_results_struct
|
nettest_sctp.h | 52 double bytes_received; member in struct:sctp_stream_results_struct 97 unsigned int bytes_received; /* ignored initially */ member in struct:sctp_rr_results_struct
|
nettest_sdp.h | 57 double bytes_received; member in struct:sdp_stream_results_struct 102 unsigned int bytes_received; /* ignored initially */ member in struct:sdp_rr_results_struct
|
nettest_bsd.h | 233 double bytes_received; member in struct:tcp_stream_results_struct 330 unsigned int bytes_received; /* ignored initially */ member in struct:tcp_rr_results_struct 376 unsigned int bytes_received; /* ignored initially */ member in struct:tcp_conn_rr_results_struct 422 unsigned int bytes_received; /* ignored initially */ member in struct:tcp_tran_rr_results_struct 466 unsigned int bytes_received; member in struct:udp_stream_results_struct 509 unsigned int bytes_received; /* ignored initially */ member in struct:udp_rr_results_struct 555 unsigned int bytes_received; /* ignored initially */ member in struct:tcp_cc_results_struct
|
nettest_sctp.c | 844 bytes_sent = ntohd(sctp_stream_result->bytes_received); 1059 double bytes_received; local 2215 double bytes_received; local [all...] |
nettest_unix.c | 718 int bytes_received; 955 bytes_received = 0; 963 bytes_received += len; 1003 bytes_received) 713 int bytes_received; local 1937 int bytes_received = 0; local [all...] |
nettest_sdp.c | 642 bytes_sent = ntohd(sdp_stream_result->bytes_received); 1577 double bytes_received; local [all...] |
nettest_xti.c | 1253 double bytes_received; local 3074 unsigned int bytes_received = 0; local [all...] |
nettest_dlpi.c | 938 int bytes_received; 934 int bytes_received; local 2316 int bytes_received = 0; local [all...] |
/external/webrtc/talk/app/webrtc/test/ |
mockpeerconnectionobservers.h | 138 &stats_.bytes_received); 171 return stats_.bytes_received; 222 bytes_received = 0; 233 int bytes_received; member in struct:webrtc::MockStatsObserver::__anon38630
|
/external/autotest/server/cros/ |
cfm_jmidata_v3_helper.py | 17 BYTES_RECEIVED = u'bytesReceived' 81 jmi_type=SSRC, is_audio=True, key=BYTES_RECEIVED) 101 jmi_type=SSRC, is_audio=False, key=BYTES_RECEIVED)
|
/external/libchrome/base/ |
sync_socket_posix.cc | 189 const size_t bytes_received = local 191 bytes_read_total += bytes_received; 192 if (bytes_received != bytes_to_read)
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
receive_statistics.h | 29 virtual void GetDataCounters(size_t* bytes_received,
|
/system/update_engine/ |
update_attempter_android.cc | 349 uint64_t bytes_received, 353 progress = static_cast<double>(bytes_received) / static_cast<double>(total); 354 if (status_ != UpdateStatus::DOWNLOADING || bytes_received == total) {
|
update_attempter_android.h | 80 uint64_t bytes_received,
|
update_attempter.cc | [all...] |
/external/autotest/site_utils/stats/ |
mysql_stats.py | 44 'bytes_received',
|