Lines Matching refs:process_next_command
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()
1760 block_on(process_next_command(&mut transport, &mut fastboot_impl)).unwrap(); in test_set_active_missing_slot()