Loading recovery_ui/include/recovery_ui/ui.h +2 −2 Original line number Diff line number Diff line Loading @@ -192,6 +192,8 @@ class RecoveryUI { return key_interrupted_; } virtual bool IsUsbConnected(); protected: void EnqueueKey(int key_code); Loading Loading @@ -226,8 +228,6 @@ class RecoveryUI { void ProcessKey(int key_code, int updown); void TimeKey(int key_code, int count); bool IsUsbConnected(); bool InitScreensaver(); void SetScreensaverState(ScreensaverState state); Loading Loading
recovery_ui/include/recovery_ui/ui.h +2 −2 Original line number Diff line number Diff line Loading @@ -192,6 +192,8 @@ class RecoveryUI { return key_interrupted_; } virtual bool IsUsbConnected(); protected: void EnqueueKey(int key_code); Loading Loading @@ -226,8 +228,6 @@ class RecoveryUI { void ProcessKey(int key_code, int updown); void TimeKey(int key_code, int count); bool IsUsbConnected(); bool InitScreensaver(); void SetScreensaverState(ScreensaverState state); Loading