Home
last modified time | relevance | path

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

/bootable/recovery/fastboot/
Dfastboot.cpp77 if (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT)) { in StartFastboot()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h55 TIMED_OUT = -1, enumerator
/bootable/recovery/recovery_ui/
Dui.cpp488 int key = static_cast<int>(KeyError::TIMED_OUT); in WaitKey()
Dscreen_ui.cpp1209 if (key == static_cast<int>(KeyError::TIMED_OUT)) { // WaitKey() timed out. in ShowMenu()
1216 return static_cast<size_t>(KeyError::TIMED_OUT); in ShowMenu()
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp466 ASSERT_EQ(static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT), in TEST_F()
/bootable/recovery/
Drecovery.cpp504 (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT)) in prompt_and_wait()