summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-06-03 18:15:49 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-06-03 18:15:50 +0200
commita69e608a521f7818cc0f17ba86710bd5b18137f2 (patch)
treea94ee0f95bb444b33f5e18e6e393f053e4e6f5b3 /screen_ui.h
parentMerge "Really don't use TEMP_FAILURE_RETRY with close in recovery." (diff)
parentLog update outputs in order (diff)
downloadandroid_bootable_recovery-a69e608a521f7818cc0f17ba86710bd5b18137f2.tar
android_bootable_recovery-a69e608a521f7818cc0f17ba86710bd5b18137f2.tar.gz
android_bootable_recovery-a69e608a521f7818cc0f17ba86710bd5b18137f2.tar.bz2
android_bootable_recovery-a69e608a521f7818cc0f17ba86710bd5b18137f2.tar.lz
android_bootable_recovery-a69e608a521f7818cc0f17ba86710bd5b18137f2.tar.xz
android_bootable_recovery-a69e608a521f7818cc0f17ba86710bd5b18137f2.tar.zst
android_bootable_recovery-a69e608a521f7818cc0f17ba86710bd5b18137f2.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index ea05bf15f..8e18864d7 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -49,6 +49,7 @@ class ScreenRecoveryUI : public RecoveryUI {
// printing messages
void Print(const char* fmt, ...) __printflike(2, 3);
+ void PrintOnScreenOnly(const char* fmt, ...) __printflike(2, 3);
void ShowFile(const char* filename);
// menu display
@@ -125,6 +126,7 @@ class ScreenRecoveryUI : public RecoveryUI {
void ProgressThreadLoop();
void ShowFile(FILE*);
+ void PrintV(const char*, bool, va_list);
void PutChar(char);
void ClearText();