Home
last modified time | relevance | path

Searched refs:sent_bytes_second (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransport.h92 sent_bytes_second(0), in ConnectionInfo()
106 size_t sent_bytes_second; // Bps over the last measurement interval. member
Dp2ptransportchannel.cc944 info.sent_bytes_second = connection->sent_bytes_second(); in GetStats()
Dport.h462 size_t sent_bytes_second();
Dport.cc1323 size_t Connection::sent_bytes_second() { in sent_bytes_second() function in cricket::Connection