Searched refs:ApplyFromAdb (Results 1 – 3 of 3) sorted by relevance
/aosp12/bootable/recovery/install/include/install/ |
H A D | adb_install.h | 25 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
|
/aosp12/bootable/recovery/ |
H A D | recovery.cpp | 471 status = ApplyFromAdb(device, true /* rescue_mode */, &reboot_action); in PromptAndWait() 473 status = ApplyFromAdb(device, false /* rescue_mode */, &reboot_action); in PromptAndWait() 829 status = ApplyFromAdb(device, false /* rescue_mode */, &next_action); in start_recovery() 837 status = ApplyFromAdb(device, true /* rescue_mode */, &next_action); in start_recovery()
|
/aosp12/bootable/recovery/install/ |
H A D | adb_install.cpp | 338 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb() function
|