Home
last modified time | relevance | path

Searched refs: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() argument
719 fb_impl: &mut impl FastbootImplementation, in get_var_all_with_native() argument
732 fb_impl: &mut impl FastbootImplementation, in get_var_all() argument
747 fb_impl: &mut impl FastbootImplementation, in download() argument
792 fb_impl: &mut impl FastbootImplementation, in flash() argument
810 fb_impl: &mut impl FastbootImplementation, in erase() argument
827 fb_impl: &mut impl FastbootImplementation, in upload() argument
845 fb_impl: &mut impl FastbootImplementation, in fetch() argument
875 fb_impl: &mut impl FastbootImplementation, in reboot() argument
[all …]
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs30 CommandResult, FastbootImplementation, FormattedBytes, InfoSender, OkaySender, RebootMode,
497 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() argument
902 fn set_download(gbl_fb: &mut impl FastbootImplementation, data: &[u8]) { in set_download() argument
1054 fb: &mut impl FastbootImplementation, in fetch() argument
1101 fb: &mut impl FastbootImplementation, in check_blk_upload() argument
1140 fb: &mut impl FastbootImplementation, in check_part_upload() argument
1202 fn flash_part(fb: &mut impl FastbootImplementation, part: &str, data: &[u8]) { in flash_part() argument
1213 fn check_flash_part(fb: &mut impl FastbootImplementation, part: &str, expected: &[u8]) { in check_flash_part() argument
1277 fb: &mut impl FastbootImplementation, in oem() argument