Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h96 virtual int HandleMenuKey(int key, bool visible);
/bootable/recovery/recovery_ui/
Ddevice.cpp74 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey() function in Device
/bootable/recovery/fastboot/
Dfastboot.cpp72 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in StartFastboot()
/bootable/recovery/
Drecovery.cpp172 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/
Dfuse_sdcard_install.cpp94 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in BrowseDirectory()