am cfd4b286: Merge "recovery: initialize keys press tracking status"

* commit 'cfd4b2864534f062a01730d81b2cd7e054087e8f':
  recovery: initialize keys press tracking status
This commit is contained in:
Doug Zongker
2014-06-06 15:55:57 +00:00
committed by Android Git Automerger
+1
View File
@@ -55,6 +55,7 @@ RecoveryUI::RecoveryUI() :
pthread_mutex_init(&key_queue_mutex, NULL); pthread_mutex_init(&key_queue_mutex, NULL);
pthread_cond_init(&key_queue_cond, NULL); pthread_cond_init(&key_queue_cond, NULL);
self = this; self = this;
memset(key_pressed, 0, sizeof(key_pressed));
} }
void RecoveryUI::Init() { void RecoveryUI::Init() {