Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.h116 virtual int SelectMenu(int sel) = 0;
Dscreen_ui.h57 int SelectMenu(int sel);
Dverifier_test.cpp148 int SelectMenu(int sel) { return 0; } in SelectMenu() function in FakeUI
Drecovery.cpp534 selected = ui->SelectMenu(--selected); in get_menu_selection()
537 selected = ui->SelectMenu(++selected); in get_menu_selection()
Dscreen_ui.cpp651 int ScreenRecoveryUI::SelectMenu(int sel) { in SelectMenu() function in ScreenRecoveryUI