Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs111 fn send_packet(&mut self, packet: &[u8]) -> Result<(), TransportError> { in send_packet() method
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs108 fn send_packet(&mut self, packet: &[u8]) -> Result<(), TransportError>; in send_packet() method
159 fn send_packet(&mut self, packet: &[u8]) -> Result<(), TransportError> { in send_packet() method
1123 fn send_packet(&mut self, packet: &[u8]) -> Result<(), TransportError> { in send_packet() method