Home
last modified time | relevance | path

Searched defs:wait_send (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_fastboot_usb.rs124 async fn wait_send(&self) -> Result<()> { in wait_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dstream.rs364 pub fn wait_send(&mut self, cx: &Context) { in wait_send() method