Searched refs:TIMED_OUT (Results 1 – 7 of 7) sorted by relevance
31 key == static_cast<int>(KeyError::TIMED_OUT)) { in ShowMenu()
497 int key = static_cast<int>(KeyError::TIMED_OUT); in WaitKey()
1244 if (key == static_cast<int>(KeyError::TIMED_OUT)) { // WaitKey() timed out. in ShowMenu()1251 return static_cast<size_t>(KeyError::TIMED_OUT); in ShowMenu()
78 if (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT)) { in StartFastboot()
57 TIMED_OUT = -1, enumerator
466 ASSERT_EQ(static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT), in TEST_F()
403 (chosen_item == static_cast<size_t>(RecoveryUI::KeyError::TIMED_OUT)) in PromptAndWait()