summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-09-10 01:39:35 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-09-10 01:39:35 +0200
commitd87cd4ee62f4fba39b94fbb27d2aef0e2440bc73 (patch)
tree14a4b13c7cfcfc1d9961a002539add0f67c5d3bc /wear_ui.h
parentRemove debug log statement; fix build am: 43d186021a (diff)
parentresolve merge conflicts of ad8b5a6 to nyc-mr1-dev-plus-aosp (diff)
downloadandroid_bootable_recovery-d87cd4ee62f4fba39b94fbb27d2aef0e2440bc73.tar
android_bootable_recovery-d87cd4ee62f4fba39b94fbb27d2aef0e2440bc73.tar.gz
android_bootable_recovery-d87cd4ee62f4fba39b94fbb27d2aef0e2440bc73.tar.bz2
android_bootable_recovery-d87cd4ee62f4fba39b94fbb27d2aef0e2440bc73.tar.lz
android_bootable_recovery-d87cd4ee62f4fba39b94fbb27d2aef0e2440bc73.tar.xz
android_bootable_recovery-d87cd4ee62f4fba39b94fbb27d2aef0e2440bc73.tar.zst
android_bootable_recovery-d87cd4ee62f4fba39b94fbb27d2aef0e2440bc73.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wear_ui.h b/wear_ui.h
index dadf32449..9351d4166 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -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();
};