Home
last modified time | relevance | path

Searched refs:SetStage (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dwear_ui.h29 void SetStage(int current, int max) override;
Dstub_ui.h42 void SetStage(int /* current */, int /* max */) override {} in SetStage() function
Dui.h72 virtual void SetStage(int current, int max) = 0;
Dscreen_ui.h212 void SetStage(int current, int max) override;
/bootable/recovery/recovery_ui/
Dwear_ui.cpp96 void WearRecoveryUI::SetStage(int /* current */, int /* max */) {} in SetStage() function in WearRecoveryUI
Dscreen_ui.cpp1023 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() function in ScreenRecoveryUI
/bootable/recovery/
Drecovery.cpp288 ui->SetStage(1, 3); in run_graphics_test()
291 ui->SetStage(2, 3); in run_graphics_test()
294 ui->SetStage(3, 3); in run_graphics_test()
298 ui->SetStage(-1, -1); in run_graphics_test()
701 ui->SetStage(st_cur, st_max); in start_recovery()