Searched refs:boot_hdr (Results 1 – 2 of 2) sorted by relevance
176 bool android_image_get_data(const void *boot_hdr, const void *vendor_boot_hdr, in android_image_get_data() argument179 if (!boot_hdr || !data) { in android_image_get_data()184 if (!is_android_boot_image_header(boot_hdr)) { in android_image_get_data()189 if (((struct andr_boot_img_hdr_v0 *)boot_hdr)->header_version > 2) { in android_image_get_data()198 android_boot_image_v3_v4_parse_hdr(boot_hdr, data); in android_image_get_data()201 android_boot_image_v0_v1_v2_parse_hdr(boot_hdr, data); in android_image_get_data()
1750 bool android_image_get_data(const void *boot_hdr, const void *vendor_boot_hdr,
Completed in 10 milliseconds