Searched refs:HandleMenuKey (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | device.h | 96 virtual int HandleMenuKey(int key, bool visible);
|
/bootable/recovery/recovery_ui/ |
D | device.cpp | 74 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey() function in Device
|
/bootable/recovery/fastboot/ |
D | fastboot.cpp | 72 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in StartFastboot()
|
/bootable/recovery/ |
D | recovery.cpp | 172 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in yes_no() 182 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in ask_to_wipe_data() 204 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in prompt_and_wipe_data() 421 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in choose_recovery_file() 496 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in prompt_and_wait()
|
/bootable/recovery/install/ |
D | fuse_sdcard_install.cpp | 94 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in BrowseDirectory()
|