Home
last modified time | relevance | path

Searched refs:HandleMenuKey (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/
Drecovery.cpp167 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in yes_no()
177 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in ask_to_wipe_data()
199 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in prompt_and_wipe_data()
258 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in choose_recovery_file()
352 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in AskToReboot()
395 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in PromptAndWait()
/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h113 virtual int HandleMenuKey(int key, bool visible);
/bootable/recovery/fastboot/
Dfastboot.cpp73 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in StartFastboot()
/bootable/recovery/recovery_ui/
Ddevice.cpp75 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey() function in Device
/bootable/recovery/install/
Dfuse_install.cpp96 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in BrowseDirectory()