Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/install/include/install/
H A Dadb_install.h25 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
/aosp12/bootable/recovery/
H A Drecovery.cpp471 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 Dadb_install.cpp338 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb() function