Searched refs:transport (Results 1 – 3 of 3) sorted by relevance
448 transport: &'a mut dyn Transport, field454 fn new(transport: &'a mut dyn Transport) -> Self { in new()455 Self { transport: transport, transport_error: Ok(()) } in new()468 self.transport_error = self.transport.send_packet(fastboot_info!(res, "{}", msg)); in send()513 transport: &mut impl Transport, in with_upload_builder()523 transport_error = transport.send_packet(data); in with_upload_builder()613 transport: &mut impl Transport, in process_next_packet()619 let cmd_size = transport.receive_packet(&mut packet[..])?; in process_next_packet()628 return transport.send_packet(fastboot_fail!(res, "Invalid Command")); in process_next_packet()633 return transport.send_packet(fastboot_fail!(res, "No command")); in process_next_packet()[all …]
166 let mut transport = EfiFastbootTcpTransport::new(socket); in fastboot_loop() localVariable167 let _ = fastboot.run_tcp_session(&mut transport, gbl_fb); in fastboot_loop()168 match transport.last_err { in fastboot_loop()
11 GBL automatically establishes the corresponding transport channel if the needed