Searched refs:process_next_command (Results 1 – 2 of 2) sorted by relevance
| /bootable/libbootloader/gbl/libfastboot/src/ |
| D | lib.rs | 952 pub async fn process_next_command( in process_next_command() function 1005 while !process_next_command(transport, fb_impl).await? {} in run() 1563 block_on(process_next_command(&mut transport, &mut fastboot_impl)).unwrap(); in test_fetch() 1583 assert!(block_on(process_next_command(&mut transport, &mut fastboot_impl)).is_err()); in test_fetch_not_enough_data() 1595 assert!(block_on(process_next_command(&mut transport, &mut fastboot_impl)).is_err()); in test_fetch_more_data() 1668 block_on(process_next_command(&mut transport, &mut fastboot_impl)).unwrap(); in test_reboot() 1681 block_on(process_next_command(&mut transport, &mut fastboot_impl)).unwrap(); in test_reboot_bootloader() 1694 block_on(process_next_command(&mut transport, &mut fastboot_impl)).unwrap(); in test_reboot_fastboot() 1707 block_on(process_next_command(&mut transport, &mut fastboot_impl)).unwrap(); in test_reboot_recovery() 1749 block_on(process_next_command(&mut transport, &mut fastboot_impl)).unwrap(); in test_set_active() [all …]
|
| /bootable/libbootloader/gbl/libgbl/src/fastboot/ |
| D | mod.rs | 31 local_session::LocalSession, next_arg, next_arg_u64, process_next_command, run_tcp_session, 303 let res = match process_next_command(l, self).await { in run() 314 let res = match process_next_command(v, self).await { in run()
|