OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_sent_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.cc
340
total_sent_bytes_
(0),
356
if (!running_ &&
total_sent_bytes_
== 0) {
454
if ((
total_sent_bytes_
+ kPacketSizeBytes) > send_limit_bytes_) {
466
total_sent_bytes_
+= kPacketSizeBytes;
packet_sender.h
186
int
total_sent_bytes_
;
member in class:webrtc::testing::bwe::TcpSender
Completed in 46 milliseconds