Home
last modified time | relevance | path

Searched defs:sent_bytes (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dprr_sender.cc17 void PrrSender::OnPacketSent(QuicByteCount sent_bytes) { in OnPacketSent()
/aosp_15_r20/external/rust/crates/quiche/include/
Dquiche.h509 uint64_t sent_bytes; member
600 uint64_t sent_bytes; member
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/include/
Dquiche.h509 uint64_t sent_bytes; member
600 uint64_t sent_bytes; member
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dhttp_client.h292 int64_t sent_bytes; member
/aosp_15_r20/external/federated-compute/fcp/client/http/java/
H A Djni.proto60 int64 sent_bytes = 1; field
/aosp_15_r20/external/webrtc/modules/pacing/
H A Dbitrate_prober.cc196 DataSize sent_bytes = DataSize::Bytes(cluster.sent_bytes); in CalculateNextProbeTime() local
H A Dbitrate_prober.h103 int sent_bytes = 0; member
/aosp_15_r20/external/rust/crates/quiche/src/
Dpath.rs162 pub sent_bytes: u64, field
849 pub sent_bytes: u64, field
Dffi.rs1103 sent_bytes: u64, field
1172 sent_bytes: u64, field
Dlib.rs1286 sent_bytes: u64, field
7407 pub sent_bytes: u64, field
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dpath.rs162 pub sent_bytes: u64, field
849 pub sent_bytes: u64, field
Dffi.rs1103 sent_bytes: u64, field
1172 sent_bytes: u64, field
Dlib.rs1286 sent_bytes: u64, field
7407 pub sent_bytes: u64, field
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_parser.h101 int64_t sent_bytes() const { return sent_bytes_; } in sent_bytes() function
H A Dhttp_cache_unittest.cc204 int64_t* sent_bytes, in RunTransactionTestBase()
12402 int64_t* sent_bytes, in RunTransactionAndGetNetworkBytes()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_stream.cc698 void SpdyStream::AddRawSentBytes(size_t sent_bytes) { in AddRawSentBytes()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs324 let sent_bytes = pkt.size; in on_packet_sent() localVariable
410 let sent_bytes = if !self.pacer.enabled() || !is_app || in_initcwnd { in schedule_next_packet() localVariable
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dmod.rs324 let sent_bytes = pkt.size; in on_packet_sent() localVariable
410 let sent_bytes = if !self.pacer.enabled() || !is_app || in_initcwnd { in schedule_next_packet() localVariable
/aosp_15_r20/packages/modules/DnsResolver/doh/connection/
Ddriver.rs55 pub sent_bytes: u64, field
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/client/http/java/
Djni.pb.h1043 inline ::int64_t JniHttpSentReceivedBytes::sent_bytes() const { in sent_bytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_socket.rs605 let mut sent_bytes = 0; in udp_sendmmsg() localVariable