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