Searched refs:fastboot_progress_callback (Results 1 – 3 of 3) sorted by relevance
30 void (*fastboot_progress_callback)(const char *msg); variable101 return fastboot_progress_callback; in fastboot_get_progress_callback()154 fastboot_progress_callback = progress; in fastboot_set_progress_callback()
69 if (fastboot_progress_callback) in fb_mmc_blk_write()70 fastboot_progress_callback("writing"); in fb_mmc_blk_write()74 if (fastboot_progress_callback) in fb_mmc_blk_write()75 fastboot_progress_callback("erasing"); in fb_mmc_blk_write()
19 extern void (*fastboot_progress_callback)(const char *msg);