Searched refs:reboot_action (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/install/ |
D | adb_install.cpp | 128 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/ |
D | adb_install.h | 25 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
|
/bootable/recovery/ |
D | recovery.cpp | 467 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()
|