Searched refs:vendor_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() argument190 if (!vendor_boot_hdr) { in android_image_get_data()194 if (!is_android_vendor_boot_image_header(vendor_boot_hdr)) { in android_image_get_data()199 android_vendor_boot_image_v3_v4_parse_hdr(vendor_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 11 milliseconds