Home
last modified time | relevance | path

Searched refs:IsKeyInterrupted (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/recovery_ui/include/recovery_ui/
H A Dui.h191 bool IsKeyInterrupted() const { in IsKeyInterrupted() function
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp335 if (IsKeyInterrupted()) { in WaitKey()
/aosp12/bootable/recovery/recovery_ui/
H A Dscreen_ui.cpp1229 if (IsKeyInterrupted()) return static_cast<size_t>(KeyError::INTERRUPTED); in ShowMenu()