Home
last modified time | relevance | path

Searched refs:TIMED_OUT (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/recovery_ui/
Dstub_ui.cpp31 key == static_cast<int>(KeyError::TIMED_OUT)) { in ShowMenu()
Dui.cpp497 int key = static_cast<int>(KeyError::TIMED_OUT); in WaitKey()
Dscreen_ui.cpp1244 if (key == static_cast<int>(KeyError::TIMED_OUT)) { // WaitKey() timed out. in ShowMenu()
1251 return static_cast<size_t>(KeyError::TIMED_OUT); in ShowMenu()
/bootable/recovery/fastboot/
Dfastboot.cpp78 if (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT)) { in StartFastboot()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h57 TIMED_OUT = -1, enumerator
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp466 ASSERT_EQ(static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT), in TEST_F()
/bootable/recovery/
Drecovery.cpp403 (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT)) in PromptAndWait()