Home
last modified time | relevance | path

Searched refs:recv_total_bytes (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/p2p/base/
Dconnection_info.cc29 recv_total_bytes(0), in ConnectionInfo()
Dconnection_info.h55 size_t recv_total_bytes; // Total bytes received on this connection. member
Dconnection.cc1230 stats_.recv_total_bytes = recv_rate_tracker_.TotalSampleCount(); in stats()
Dp2p_transport_channel_unittest.cc1309 EXPECT_EQ(10 * 36U, best_conn_info->recv_total_bytes); in TEST_F()
/external/webrtc/pc/
Drtc_stats_collector_unittest.cc1248 connection_info.recv_total_bytes = 1234; in TEST_F()
2173 rtp_connection_info.recv_total_bytes = 1337; in TEST_F()
2210 rtcp_connection_info.recv_total_bytes = 42; in TEST_F()
2326 rtp_connection_info.recv_total_bytes = 1337; in TEST_F()
Drtc_stats_collector.cc1389 static_cast<uint64_t>(info.recv_total_bytes); in ProduceIceCandidateAndPairStats_n()
1827 *transport_stats->bytes_received += info.recv_total_bytes; in ProduceTransportStats_n()
Dstats_collector.cc741 {StatsReport::kStatsValueNameBytesReceived, info.recv_total_bytes}, in AddConnectionInfoReport()