Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransport.h95 recv_total_bytes(0), in ConnectionInfo()
112 size_t recv_total_bytes; // Total bytes received on this connection. member
Dp2ptransportchannel.cc947 info.recv_total_bytes = connection->recv_total_bytes(); in GetStats()
Dport.h467 size_t recv_total_bytes();
Dport.cc1319 size_t Connection::recv_total_bytes() { in recv_total_bytes() function in cricket::Connection
Dp2ptransportchannel_unittest.cc1148 EXPECT_EQ(10 * 36U, best_conn_info->recv_total_bytes); in TEST_F()
/external/webrtc/talk/app/webrtc/
Dstatscollector.cc628 { StatsReport::kStatsValueNameBytesReceived, info.recv_total_bytes }, in AddConnectionInfoReport()