Home
last modified time | relevance | path

Searched defs:FastbootImplementation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libfastboot/src/
H A Dlib.rs219 pub trait FastbootImplementation { interface
694 fb_impl: &mut impl FastbootImplementation, in get_var()
719 fb_impl: &mut impl FastbootImplementation, in get_var_all_with_native()
732 fb_impl: &mut impl FastbootImplementation, in get_var_all()
747 fb_impl: &mut impl FastbootImplementation, in download()
792 fb_impl: &mut impl FastbootImplementation, in flash()
810 fb_impl: &mut impl FastbootImplementation, in erase()
827 fb_impl: &mut impl FastbootImplementation, in upload()
845 fb_impl: &mut impl FastbootImplementation, in fetch()
875 fb_impl: &mut impl FastbootImplementation, in reboot()
[all …]
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs497 impl<'a: 'c, 'b: 'c, 'c, 'e, G, B, S, T, P, C, F> FastbootImplementation impl
890 fn check_var(gbl_fb: &mut impl FastbootImplementation, var: &str, args: &str, expected: &str) { in check_var()
902 fn set_download(gbl_fb: &mut impl FastbootImplementation, data: &[u8]) { in set_download()
1054 fb: &mut impl FastbootImplementation, in fetch()
1101 fb: &mut impl FastbootImplementation, in check_blk_upload()
1140 fb: &mut impl FastbootImplementation, in check_part_upload()
1202 fn flash_part(fb: &mut impl FastbootImplementation, part: &str, data: &[u8]) { in flash_part()
1213 fn check_flash_part(fb: &mut impl FastbootImplementation, part: &str, expected: &[u8]) { in check_flash_part()
1277 fb: &mut impl FastbootImplementation, in oem()