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

  /bootable/recovery/
screen_ui.h 55 int SelectMenu(int sel);
ui.h 106 virtual int SelectMenu(int sel) = 0;
verifier_test.cpp 127 int SelectMenu(int sel) { return 0; }
recovery.cpp 581 selected = ui->SelectMenu(selected);
585 selected = ui->SelectMenu(selected);
    [all...]
screen_ui.cpp 589 int ScreenRecoveryUI::SelectMenu(int sel) {

Completed in 63 milliseconds