Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h82 virtual void ShowProgress(float portion, float seconds) = 0;
Dscreen_ui.h209 void ShowProgress(float portion, float seconds) override;
/bootable/recovery/install/
Dinstall.cpp439 int seconds; in try_update_binary() local
441 android::base::ParseInt(tokens[1], &seconds)) { in try_update_binary()
442 ui->ShowProgress(fraction * (1 - VERIFICATION_PROGRESS_FRACTION), seconds); in try_update_binary()
/bootable/recovery/recovery_ui/
Dui.cpp459 bool rc = key_queue_cond.wait_for(lk, std::chrono::seconds(UI_WAIT_KEY_TIMEOUT_SEC), [this] { in WaitKey()
Dscreen_ui.cpp983 void ScreenRecoveryUI::ShowProgress(float portion, float seconds) { in ShowProgress() argument
989 progressScopeDuration = seconds; in ShowProgress()