Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.h151 sent_bytes_second(0), in ConnectionInfo()
163 size_t sent_bytes_second; // Bps over the last measurement interval. member
Dport.h453 size_t sent_bytes_second();
Dp2ptransportchannel.cc861 info.sent_bytes_second = connection->sent_bytes_second(); in GetStats()
Dport.cc1350 size_t Connection::sent_bytes_second() { in sent_bytes_second() function in cricket::Connection