diff options
author | Damien Bargiacchi <drb@google.com> | 2016-09-09 17:18:06 +0200 |
---|---|---|
committer | Damien Bargiacchi <drb@google.com> | 2016-09-09 17:22:49 +0200 |
commit | ad8b5a6c1195b94d8d80671e1bf791c32008fbef (patch) | |
tree | 44e738b6d19769809b69a69b76abbef239a36fab /wear_ui.h | |
parent | Remove debug log statement; fix build (diff) | |
download | android_bootable_recovery-ad8b5a6c1195b94d8d80671e1bf791c32008fbef.tar android_bootable_recovery-ad8b5a6c1195b94d8d80671e1bf791c32008fbef.tar.gz android_bootable_recovery-ad8b5a6c1195b94d8d80671e1bf791c32008fbef.tar.bz2 android_bootable_recovery-ad8b5a6c1195b94d8d80671e1bf791c32008fbef.tar.lz android_bootable_recovery-ad8b5a6c1195b94d8d80671e1bf791c32008fbef.tar.xz android_bootable_recovery-ad8b5a6c1195b94d8d80671e1bf791c32008fbef.tar.zst android_bootable_recovery-ad8b5a6c1195b94d8d80671e1bf791c32008fbef.zip |
Diffstat (limited to 'wear_ui.h')
-rw-r--r-- | wear_ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,6 +54,8 @@ class WearRecoveryUI : public ScreenRecoveryUI { void InitTextParams() override; + void update_progress_locked() override; + void PrintV(const char*, bool, va_list) override; private: @@ -74,8 +76,6 @@ class WearRecoveryUI : public ScreenRecoveryUI { void draw_screen_locked() override; void draw_progress_locked(); - static void* progress_thread(void* cookie); - void progress_loop(); void PutChar(char); void ClearText(); }; |