Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp457 int seconds; in TryUpdateBinary() local
459 android::base::ParseInt(tokens[1], &seconds)) { in TryUpdateBinary()
460 ui->ShowProgress(fraction * (1 - VERIFICATION_PROGRESS_FRACTION), seconds); in TryUpdateBinary()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h84 virtual void ShowProgress(float portion, float seconds) = 0;
Dscreen_ui.h209 void ShowProgress(float portion, float seconds) override;
/bootable/recovery/recovery_ui/
Dui.cpp455 bool rc = key_queue_cond.wait_for(lk, std::chrono::seconds(UI_WAIT_KEY_TIMEOUT_SEC), [this] { in WaitKey()
Dscreen_ui.cpp1018 void ScreenRecoveryUI::ShowProgress(float portion, float seconds) { in ShowProgress() argument
1024 progressScopeDuration = seconds; in ShowProgress()