Searched refs:sent_bytes (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/pacing/ |
D | bitrate_prober.cc | 163 info.probe_cluster_bytes_sent = clusters_.front().sent_bytes; in CurrentCluster() 189 cluster->sent_bytes += size.bytes<int>(); in ProbeSent() 192 if (cluster->sent_bytes >= cluster->pace_info.probe_cluster_min_bytes && in ProbeSent() 195 cluster->sent_bytes); in ProbeSent() 216 DataSize sent_bytes = DataSize::Bytes(cluster.sent_bytes); in CalculateNextProbeTime() local 219 TimeDelta delta = sent_bytes / send_bitrate; in CalculateNextProbeTime()
|
D | bitrate_prober.h | 106 int sent_bytes = 0; member
|
/external/rust/crates/quiche/src/recovery/ |
D | reno.rs | 48 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() 49 r.bytes_in_flight += sent_bytes; in on_packet_sent()
|
D | mod.rs | 202 let sent_bytes = pkt.size; in on_packet_sent() localVariable 220 (self.bytes_in_flight + sent_bytes) < self.congestion_window; in on_packet_sent() 222 self.on_packet_sent_cc(sent_bytes, now); in on_packet_sent() 238 fn on_packet_sent_cc(&mut self, sent_bytes: usize, now: Instant) { in on_packet_sent_cc() 239 (self.cc_ops.on_packet_sent)(self, sent_bytes, now); in on_packet_sent_cc() 815 pub on_packet_sent: fn(r: &mut Recovery, sent_bytes: usize, now: Instant),
|
D | cubic.rs | 128 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() 150 reno::on_packet_sent(r, sent_bytes, now); in on_packet_sent()
|
/external/rust/crates/nix/test/sys/ |
D | test_socket.rs | 369 .map(move |sent_bytes| { in udp_sendmmsg() 370 assert!(sent_bytes.len() >= 1); in udp_sendmmsg() 371 for sent in &sent_bytes { in udp_sendmmsg() 374 sent_bytes.len() in udp_sendmmsg()
|
/external/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 1114 let mut sent_bytes = Vec::with_capacity(sent_messages); in sendmmsg() localVariable 1117 sent_bytes.push(item.msg_len as usize); in sendmmsg() 1120 Ok(sent_bytes) in sendmmsg()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 3892 …<var-decl name='sent_bytes' type-id='type-id-56' visibility='default' filepath='../../../gcc/libof…
|