Home
last modified time | relevance | path

Searched refs:ui_set_progress (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/
Dcommon.h67 void ui_set_progress(float fraction); // 0.0 - 1.0 within the defined scope
Dinstall.c196 ui_set_progress(fraction); in try_update_binary()
Dverifier.c70 ui_set_progress(*context->doneBytes * 1.0 / context->totalBytes); in updateHash()
Dui.c405 void ui_set_progress(float fraction) in ui_set_progress() function