Home
last modified time | relevance | path

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

/bootable/recovery/
Dverifier_test.cpp127 int SelectMenu(int sel) { return 0; } in SelectMenu() function in FakeUI
Dui.h106 virtual int SelectMenu(int sel) = 0;
Dscreen_ui.h55 int SelectMenu(int sel);
Drecovery.cpp581 selected = ui->SelectMenu(selected); in get_menu_selection()
585 selected = ui->SelectMenu(selected); in get_menu_selection()
Dscreen_ui.cpp589 int ScreenRecoveryUI::SelectMenu(int sel) { in SelectMenu() function in ScreenRecoveryUI