Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dconnection_info.cc23 sent_bytes_second(0), in ConnectionInfo()
Dconnection_info.h45 size_t sent_bytes_second; // Bps over the last measurement interval. member
Dconnection.cc1231 stats_.sent_bytes_second = round(send_rate_tracker_.ComputeRate()); in stats()