Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dadb_install.cpp129 Device::BuiltinAction* reboot_action) { in AdbRebootHandler() argument
135 *reboot_action = Device::REBOOT_BOOTLOADER; in AdbRebootHandler()
138 *reboot_action = Device::REBOOT_FASTBOOT; in AdbRebootHandler()
141 *reboot_action = Device::REBOOT_RECOVERY; in AdbRebootHandler()
144 *reboot_action = Device::REBOOT_RESCUE; in AdbRebootHandler()
148 *reboot_action = Device::REBOOT; in AdbRebootHandler()
339 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb() argument
354 &install_result, reboot_action) }, in ApplyFromAdb()
357 reboot_action) }, in ApplyFromAdb()
359 &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()