Searched refs:HandleMenuKey (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/ |
D | recovery.cpp | 167 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/ |
D | device.h | 113 virtual int HandleMenuKey(int key, bool visible);
|
/bootable/recovery/fastboot/ |
D | fastboot.cpp | 73 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in StartFastboot()
|
/bootable/recovery/recovery_ui/ |
D | device.cpp | 75 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey() function in Device
|
/bootable/recovery/install/ |
D | fuse_install.cpp | 96 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in BrowseDirectory()
|