HomeSort by relevance Sort by last modified time
    Searched refs:SelectMenu (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/
ui.h 89 virtual int SelectMenu(int sel) = 0;
verifier_test.cpp 89 int SelectMenu(int sel) { return 0; }
screen_ui.h 52 int SelectMenu(int sel);
recovery.cpp 463 selected = ui->SelectMenu(selected);
467 selected = ui->SelectMenu(selected);
screen_ui.cpp 444 int ScreenRecoveryUI::SelectMenu(int sel) {

Completed in 56 milliseconds