diff options
author | Elliott Hughes <enh@google.com> | 2016-09-09 23:23:31 +0200 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2016-09-09 23:23:31 +0200 |
commit | bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6 (patch) | |
tree | 4176ebeae7dc2b640864859bf7cfeeecbfca3123 /wear_ui.h | |
parent | Remove debug log statement; fix build (diff) | |
parent | Remove duplicate thread loop (diff) | |
download | android_bootable_recovery-bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6.tar android_bootable_recovery-bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6.tar.gz android_bootable_recovery-bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6.tar.bz2 android_bootable_recovery-bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6.tar.lz android_bootable_recovery-bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6.tar.xz android_bootable_recovery-bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6.tar.zst android_bootable_recovery-bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6.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(); }; |