Lines Matching refs:device
37 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args);
38 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args);
39 bool ShutDownHandler(FastbootDevice* device, const std::vector<std::string>& args);
40 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& args);
41 bool RebootBootloaderHandler(FastbootDevice* device, const std::vector<std::string>& args);
42 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& args);
43 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& args);
44 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args);
45 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args);
46 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args);
47 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args);
48 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args);
49 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args);
50 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args);
51 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args);
52 bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args);
53 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args);
54 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args);