Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfastboot/src/
Dlocal_session.rs33 async fn send_packet(&mut self, buf: &[u8]) -> Result<()> { in send_packet() method
Dlib.rs114 async fn send_packet(&mut self, packet: &[u8]) -> Result<()>; in send_packet() method
163 async fn send_packet(&mut self, packet: &[u8]) -> Result<()> { in send_packet() method
1218 async fn send_packet(&mut self, packet: &[u8]) -> Result<()> { in send_packet() method
/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_fastboot_usb.rs134 pub async fn send_packet(&self, data: &[u8], timeout: Duration) -> Result<()> { in send_packet() method
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs155 async fn send_packet(&mut self, packet: &[u8]) -> Result<()> { in send_packet() method
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1856 async fn send_packet(&mut self, packet: &[u8]) -> Result<(), Error> { in send_packet() method