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

  /bootable/recovery/
ui.h 116 virtual int SelectMenu(int sel) = 0;
screen_ui.h 57 int SelectMenu(int sel);
verifier_test.cpp 148 int SelectMenu(int sel) { return 0; }
recovery.cpp 534 selected = ui->SelectMenu(--selected);
537 selected = ui->SelectMenu(++selected);
    [all...]
screen_ui.cpp 651 int ScreenRecoveryUI::SelectMenu(int sel) {

Completed in 2977 milliseconds