Home
last modified time | relevance | path

Searched defs:num_packets_sent (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_linux_socket_utils_test.cc33 int* num_packets_sent) { in TestWriteMultiplePackets()
205 int num_packets_sent; in TEST_F() local
216 int num_packets_sent; in TEST_F() local
235 int num_packets_sent; in TEST_F() local
254 int num_packets_sent; in TEST_F() local
H A Dquic_linux_socket_utils.cc150 int QuicMMsgHdr::num_bytes_sent(int num_packets_sent) { in num_bytes_sent()
280 int* num_packets_sent) { in WriteMultiplePackets()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
H A Dloopback_test.cc356 const size_t num_packets_sent = LoopbackDevice::kMaxReceiveUnackedPackets + 2; in TEST_F() local
425 const size_t num_packets_sent = LoopbackDevice::kMaxSnoopUnackedPackets + in TEST_F() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/
H A Dquic_sendmmsg_batch_writer.cc45 int num_packets_sent; in InternalFlushImpl() local
H A Dquic_batch_writer_base.h120 int num_packets_sent; member
/aosp_15_r20/external/openscreen/osp/public/
H A Dservice_publisher.h40 uint64_t num_packets_sent = 0; member
H A Dservice_listener.h61 uint64_t num_packets_sent = 0; member
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dbandwidth_estimator.cc50 void BandwidthEstimator::OnBurstComplete(int num_packets_sent, in OnBurstComplete()