-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recovery: Provide sideload cancellation
We can't use InterruptWaitKey() as it hangs recovery when called from the minadbd listener thread, so provide our own 'CancelWaitKey' implementation. [forkbomb: rework for Q] Squashed: recovery: Move sideload (non)cancellation to its own key * We use KEY_REFRESH for actually refreshing menus, which is useful when handling hotpluggable storage. We don't want that to interact with the sideload menu. Change-Id: Id7f5c06385e613648b3f727fc5e91eb3206406cf Change-Id: I13f0c9ae5444652a2141442ef24258679a78d320 Signed-off-by: Adithya R <[email protected]>
- Loading branch information
Showing
6 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters