Home
last modified time | relevance | path

Searched defs:CanSend (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dprr_sender.cc33 bool PrrSender::CanSend(QuicByteCount congestion_window, in CanSend() function in quic::PrrSender
H A Dbbr2_sender.cc465 bool Bbr2Sender::CanSend(QuicByteCount bytes_in_flight) { in CanSend() function in quic::Bbr2Sender
H A Dtcp_cubic_sender_bytes.cc152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend() function in quic::TcpCubicSenderBytes
H A Dbbr_sender.cc173 bool BbrSender::CanSend(QuicByteCount bytes_in_flight) { in CanSend() function in quic::BbrSender
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go88 func (c ChanDir) CanSend() bool { return c&Csend != 0 } func