Home
last modified time | relevance | path

Searched refs:INTERRUPTED (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/recovery_ui/
Dstub_ui.cpp30 if (key == static_cast<int>(KeyError::INTERRUPTED) || in ShowMenu()
Dui.cpp463 return static_cast<int>(KeyError::INTERRUPTED); in WaitKey()
473 return static_cast<int>(KeyError::INTERRUPTED); in WaitKey()
Dscreen_ui.cpp588 if (key == static_cast<int>(KeyError::INTERRUPTED)) break; in CheckBackgroundTextImages()
1123 if (key == static_cast<int>(KeyError::INTERRUPTED)) return; in ShowFile()
1229 if (IsKeyInterrupted()) return static_cast<size_t>(KeyError::INTERRUPTED); in ShowMenu()
1241 if (key == static_cast<int>(KeyError::INTERRUPTED)) { // WaitKey() was interrupted. in ShowMenu()
1242 return static_cast<size_t>(KeyError::INTERRUPTED); in ShowMenu()
/bootable/recovery/fastboot/
Dfastboot.cpp75 if (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::INTERRUPTED)) { in StartFastboot()
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp336 return static_cast<int>(RecoveryUI::KeyError::INTERRUPTED); in WaitKey()
501 ASSERT_EQ(static_cast<size_t>(RecoveryUI::KeyError::INTERRUPTED), in TEST_F()
514 ASSERT_EQ(static_cast<size_t>(RecoveryUI::KeyError::INTERRUPTED), in TEST_F()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h58 INTERRUPTED = -2, enumerator
/bootable/recovery/
Drecovery.cpp201 if (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::INTERRUPTED)) { in prompt_and_wipe_data()
261 if (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::INTERRUPTED)) { in choose_recovery_file()
397 if (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::INTERRUPTED)) { in PromptAndWait()
/bootable/recovery/install/
Dfuse_install.cpp99 if (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::INTERRUPTED)) { in BrowseDirectory()