Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dadb_install.cpp124 Device::BuiltinAction* reboot_action) { in AdbRebootHandler() argument
130 *reboot_action = Device::REBOOT_BOOTLOADER; in AdbRebootHandler()
133 *reboot_action = Device::REBOOT_FASTBOOT; in AdbRebootHandler()
136 *reboot_action = Device::REBOOT_RECOVERY; in AdbRebootHandler()
139 *reboot_action = Device::REBOOT_RESCUE; in AdbRebootHandler()
143 *reboot_action = Device::REBOOT; in AdbRebootHandler()
334 int ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb() argument
349 &install_result, reboot_action) }, in ApplyFromAdb()
352 reboot_action) }, in ApplyFromAdb()
354 &install_result, reboot_action) }, in ApplyFromAdb()
[all …]
/bootable/recovery/install/include/install/
Dadb_install.h24 int ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
/bootable/recovery/
Drecovery.cpp550 Device::BuiltinAction reboot_action; in prompt_and_wait() local
554 status = ApplyFromAdb(device, true /* rescue_mode */, &reboot_action); in prompt_and_wait()
556 status = ApplyFromAdb(device, false /* rescue_mode */, &reboot_action); in prompt_and_wait()
564 return reboot_action; in prompt_and_wait()