Searched refs:LocalFastbootSession (Results 1 – 2 of 2) sorted by relevance
28 pub struct LocalFastbootSession<'a> { struct34 impl<'a> LocalFastbootSession<'a> { argument47 impl LocalSession for LocalFastbootSession<'_> { implementation55 impl Drop for LocalFastbootSession<'_> { implementation
31 local_session::LocalFastbootSession,211 …f: impl FnOnce(Option<LocalFastbootSession>, Option<UsbTransport>, Option<EfiFastbootTcpTransport>… in with_fastboot_channels() argument213 let local_session = LocalFastbootSession::start(efi_entry, Duration::from_millis(1)) in with_fastboot_channels()