Home
last modified time | relevance | path

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

/bootable/recovery/
Ddevice.h60 NO_ACTION = 0, enumerator
Ddevice.cpp60 return menu_position < 0 ? NO_ACTION : MENU_ACTIONS[menu_position]; in InvokeMenuItem()
Drecovery.cpp1219 case Device::NO_ACTION: in prompt_and_wait()
1229 if (!ui->IsTextVisible()) return Device::NO_ACTION; in prompt_and_wait()
1234 if (!ui->IsTextVisible()) return Device::NO_ACTION; in prompt_and_wait()
1258 return Device::NO_ACTION; // reboot if logs aren't visible in prompt_and_wait()
1763 if (temp != Device::NO_ACTION) { in main()