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

  /bootable/recovery/
adb_install.h 20 class RecoveryUI;
22 int apply_from_adb(RecoveryUI* h, int* wipe_cache, const char* install_file);
ui.cpp 45 static RecoveryUI* self = NULL;
47 RecoveryUI::RecoveryUI() :
62 void RecoveryUI::Init() {
68 int RecoveryUI::input_callback(int fd, uint32_t epevents, void* data)
118 void RecoveryUI::process_key(int key_code, int updown) {
134 pthread_create(&th, NULL, &RecoveryUI::time_key_helper, info);
149 case RecoveryUI::IGNORE:
152 case RecoveryUI::TOGGLE:
156 case RecoveryUI::REBOOT
    [all...]
default_device.cpp 43 RecoveryUI* GetUI() { return ui; }
82 RecoveryUI* ui;
ui.h 25 class RecoveryUI {
27 RecoveryUI();
29 virtual ~RecoveryUI() { }
139 RecoveryUI* ui;
device.h 30 virtual RecoveryUI* GetUI() = 0;
55 // IsKeyPressed() on the RecoveryUI object you returned from GetUI
adb_install.cpp 38 static RecoveryUI* ui = NULL;
78 apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char* install_file) {
install.cpp 37 extern RecoveryUI* ui;
162 ui->SetBackground(RecoveryUI::NONE);
187 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE);
190 ui->SetProgressType(RecoveryUI::DETERMINATE);
screen_ui.h 25 // Implementation of RecoveryUI appropriate for devices with a screen
27 class ScreenRecoveryUI : public RecoveryUI {
recovery.cpp 88 RecoveryUI* ui = NULL;
420 ui->SetBackground(RecoveryUI::ERASING);
421 ui->SetProgressType(RecoveryUI::INDETERMINATE);
834 ui->SetBackground(RecoveryUI::NO_COMMAND);
839 ui->SetBackground(RecoveryUI::ERROR);
842 ui->SetProgressType(RecoveryUI::EMPTY);
902 ui->SetBackground(RecoveryUI::ERROR);
925 ui->SetBackground(RecoveryUI::ERROR);
963 static RecoveryUI* gCurrentUI = NULL;
    [all...]
verifier_test.cpp 119 RecoveryUI* ui = NULL;
123 class FakeUI : public RecoveryUI {
verifier.cpp 33 extern RecoveryUI* ui;
screen_ui.cpp 381 RecoveryUI::Init();
  /device/asus/fugu/recovery/
recovery_ui.cpp 286 RecoveryUI* GetUI() { return ui; }
326 RecoveryUI* ui;

Completed in 559 milliseconds