Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dadb_install.cpp128 Device::BuiltinAction* reboot_action) { in AdbRebootHandler() argument
134 *reboot_action = Device::REBOOT_BOOTLOADER; in AdbRebootHandler()
137 *reboot_action = Device::REBOOT_FASTBOOT; in AdbRebootHandler()
140 *reboot_action = Device::REBOOT_RECOVERY; in AdbRebootHandler()
143 *reboot_action = Device::REBOOT_RESCUE; in AdbRebootHandler()
147 *reboot_action = Device::REBOOT; in AdbRebootHandler()
338 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb() argument
353 &install_result, reboot_action) }, in ApplyFromAdb()
356 reboot_action) }, in ApplyFromAdb()
358 &install_result, reboot_action) }, in ApplyFromAdb()
[all …]
/bootable/recovery/install/include/install/
Dadb_install.h25 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
/bootable/recovery/
Drecovery.cpp467 Device::BuiltinAction reboot_action; in PromptAndWait() local
471 status = ApplyFromAdb(device, true /* rescue_mode */, &reboot_action); in PromptAndWait()
473 status = ApplyFromAdb(device, false /* rescue_mode */, &reboot_action); in PromptAndWait()
481 return reboot_action; in PromptAndWait()