diff options
author | Prashant Malani <pmalani@google.com> | 2016-03-01 00:02:44 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-03-01 00:02:44 +0100 |
commit | 08bae03c947782901fde4d8ebd2f264f428689c8 (patch) | |
tree | b2dd7f5d60ce4e2e554ab2aa48d1c181a3c945d0 /wear_ui.h | |
parent | Merge "uncrypt: Retire pre-recovery service." into nyc-dev am: 65f35b5c35 (diff) | |
parent | Merge "Fixes to wear recovery for N" into nyc-dev (diff) | |
download | android_bootable_recovery-08bae03c947782901fde4d8ebd2f264f428689c8.tar android_bootable_recovery-08bae03c947782901fde4d8ebd2f264f428689c8.tar.gz android_bootable_recovery-08bae03c947782901fde4d8ebd2f264f428689c8.tar.bz2 android_bootable_recovery-08bae03c947782901fde4d8ebd2f264f428689c8.tar.lz android_bootable_recovery-08bae03c947782901fde4d8ebd2f264f428689c8.tar.xz android_bootable_recovery-08bae03c947782901fde4d8ebd2f264f428689c8.tar.zst android_bootable_recovery-08bae03c947782901fde4d8ebd2f264f428689c8.zip |
Diffstat (limited to 'wear_ui.h')
-rw-r--r-- | wear_ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |