Home
last modified time | relevance | path

Searched refs:KEY_INTERRUPTED (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h54 KEY_INTERRUPTED = 13, enumerator
/bootable/recovery/fastboot/
Dfastboot.cpp75 return Device::KEY_INTERRUPTED; in StartFastboot()
/bootable/recovery/
Drecovery.cpp499 return Device::KEY_INTERRUPTED; in prompt_and_wait()
597 case Device::KEY_INTERRUPTED: in prompt_and_wait()
598 return Device::KEY_INTERRUPTED; in prompt_and_wait()
Drecovery_main.cpp466 if (ret == Device::KEY_INTERRUPTED) { in main()