summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-02-29 23:56:30 +0100
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-02-29 23:56:30 +0100
commit9db7964834694e10ce0945e17ac7fefc066d8deb (patch)
tree9c6abab38389c7c536cf8beea4e695726e1a15da /wear_ui.h
parentMerge "uncrypt: Retire pre-recovery service." into nyc-dev (diff)
parentFixes to wear recovery for N (diff)
downloadandroid_bootable_recovery-9db7964834694e10ce0945e17ac7fefc066d8deb.tar
android_bootable_recovery-9db7964834694e10ce0945e17ac7fefc066d8deb.tar.gz
android_bootable_recovery-9db7964834694e10ce0945e17ac7fefc066d8deb.tar.bz2
android_bootable_recovery-9db7964834694e10ce0945e17ac7fefc066d8deb.tar.lz
android_bootable_recovery-9db7964834694e10ce0945e17ac7fefc066d8deb.tar.xz
android_bootable_recovery-9db7964834694e10ce0945e17ac7fefc066d8deb.tar.zst
android_bootable_recovery-9db7964834694e10ce0945e17ac7fefc066d8deb.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wear_ui.h b/wear_ui.h
index 63c1b6e6e..768141ccc 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -47,6 +47,7 @@ class WearRecoveryUI : public RecoveryUI {
// printing messages
void Print(const char* fmt, ...);
+ void PrintOnScreenOnly(const char* fmt, ...) __printflike(2, 3);
void ShowFile(const char* filename);
void ShowFile(FILE* fp);
@@ -133,6 +134,7 @@ class WearRecoveryUI : public RecoveryUI {
void ClearText();
void DrawTextLine(int x, int* y, const char* line, bool bold);
void DrawTextLines(int x, int* y, const char* const* lines);
+ void PrintV(const char*, bool, va_list);
};
#endif // RECOVERY_WEAR_UI_H