Home
last modified time | relevance | path

Searched refs:add_tcp_length_prefixed_input (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs1658 fn add_tcp_length_prefixed_input(&self, data: &[u8]) { in add_tcp_length_prefixed_input() method
1759 listener.add_tcp_length_prefixed_input(b"getvar:max-download-size"); in test_run_gbl_fastboot()
1760 listener.add_tcp_length_prefixed_input(b"continue"); in test_run_gbl_fastboot()
1796 listener.add_tcp_length_prefixed_input(format!("download:{:#x}", 8 * 1024).as_bytes()); in test_run_gbl_fastboot_parallel_task()
1797 listener.add_tcp_length_prefixed_input(&[0xaau8; 8 * 1024]); in test_run_gbl_fastboot_parallel_task()
1798 listener.add_tcp_length_prefixed_input(b"flash:raw_1"); in test_run_gbl_fastboot_parallel_task()