Searched refs:StartFastboot (Results 1 – 4 of 4) sorted by relevance
39 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) { in StartFastboot() function55 device->StartFastboot(); in StartFastboot()
24 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& args);
96 virtual void StartFastboot() {} in StartFastboot() function
490 auto ret = fastboot ? StartFastboot(device, args) : start_recovery(device, args); in main()