Searched defs:ui (Results 1 - 5 of 5) sorted by relevance

/bootable/recovery/
H A Dadb_install.cpp28 #include "ui.h"
37 static RecoveryUI* ui = NULL; variable
43 ui->Print("failed to open driver control: %s\n", strerror(errno));
47 ui->Print("failed to set driver control: %s\n", strerror(errno));
50 ui->Print("failed to close driver control: %s\n", strerror(errno));
66 ui->Print("Restarting adbd...\n");
74 ui = ui_;
79 ui->Print("\n\nNow send the package you want to apply\n"
94 ui->Print("status %d\n", WEXITSTATUS(status));
103 ui
[all...]
H A Ddefault_device.cpp47 ui(new DefaultUI) {
50 RecoveryUI* GetUI() { return ui; }
85 RecoveryUI* ui; member in class:DefaultDevice
H A Dverifier_test.cpp22 #include "ui.h"
100 RecoveryUI* ui = NULL; variable
144 ui = new FakeUI();
H A Drecovery.cpp40 #include "ui.h"
73 RecoveryUI* ui = NULL; variable
318 ui->SetBackground(RecoveryUI::ERASING);
319 ui->SetProgressType(RecoveryUI::INDETERMINATE);
320 ui->Print("Formatting %s...\n", volume);
452 ui->FlushKeys();
454 ui->StartMenu(headers, items, initial_selection);
459 int key = ui->WaitKey();
460 int visible = ui->IsTextVisible();
463 if (ui
[all...]
/bootable/recovery/updater/
H A Dinstall.c331 UpdaterInfo* ui = (UpdaterInfo*)(state->cookie); local
332 fprintf(ui->cmd_pipe, "progress %f %d\n", frac, sec);
349 UpdaterInfo* ui = (UpdaterInfo*)(state->cookie); local
350 fprintf(ui->cmd_pipe, "set_progress %f\n", frac);

Completed in 49 milliseconds