Searched refs:fastboot_progress_callback (Results 1 – 3 of 3) sorted by relevance
32 void (*fastboot_progress_callback)(const char *msg); variable103 return fastboot_progress_callback; in fastboot_get_progress_callback()156 fastboot_progress_callback = progress; in fastboot_set_progress_callback()
70 if (fastboot_progress_callback) in fb_mmc_blk_write()71 fastboot_progress_callback("writing"); in fb_mmc_blk_write()75 if (fastboot_progress_callback) in fb_mmc_blk_write()76 fastboot_progress_callback("erasing"); in fb_mmc_blk_write()
19 extern void (*fastboot_progress_callback)(const char *msg);