Searched refs:SetStage (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | wear_ui.h | 29 void SetStage(int current, int max) override;
|
D | stub_ui.h | 42 void SetStage(int /* current */, int /* max */) override {} in SetStage() function
|
D | ui.h | 72 virtual void SetStage(int current, int max) = 0;
|
D | screen_ui.h | 212 void SetStage(int current, int max) override;
|
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 96 void WearRecoveryUI::SetStage(int /* current */, int /* max */) {} in SetStage() function in WearRecoveryUI
|
D | screen_ui.cpp | 1023 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() function in ScreenRecoveryUI
|
/bootable/recovery/ |
D | recovery.cpp | 288 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()
|