Home
last modified time | relevance | path

Searched defs:can_send (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/net/
Ddev.rs64 pub fn can_send(&self) -> bool { in can_send() method
Ddev_raw.rs89 pub fn can_send(&self) -> bool { in can_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Ddispatch.rs70 fn can_send(&mut self) -> bool { in can_send() method
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dtcp_cubic_sender_bytes_test.cc67 bool can_send = sender_->CanSend(bytes_in_flight_); in SendAvailableSendWindow() local