Home
last modified time | relevance | path

Searched refs:StartFastboot (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/fastboot/
Dfastboot.cpp39 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) { in StartFastboot() function
55 device->StartFastboot(); in StartFastboot()
Dfastboot.h24 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& args);
/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h96 virtual void StartFastboot() {} in StartFastboot() function
/bootable/recovery/
Drecovery_main.cpp490 auto ret = fastboot ? StartFastboot(device, args) : start_recovery(device, args); in main()