Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dadb_install.h24 int ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
/bootable/recovery/
Drecovery.cpp554 status = ApplyFromAdb(device, true /* rescue_mode */, &reboot_action); in prompt_and_wait()
556 status = ApplyFromAdb(device, false /* rescue_mode */, &reboot_action); in prompt_and_wait()
949 status = ApplyFromAdb(device, false /* rescue_mode */, &next_action); in start_recovery()
957 status = ApplyFromAdb(device, true /* rescue_mode */, &next_action); in start_recovery()
/bootable/recovery/install/
Dadb_install.cpp334 int ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb() function