Lines Matching refs:FastbootDevice

69     std::function<bool(FastbootDevice*, const std::vector<std::string>&, std::string*)> get;
71 std::function<std::vector<std::vector<std::string>>(FastbootDevice*)> get_all_args;
74 static bool IsSnapshotUpdateInProgress(FastbootDevice* device) { in IsSnapshotUpdateInProgress()
83 static bool IsProtectedPartitionDuringMerge(FastbootDevice* device, const std::string& name) { in IsProtectedPartitionDuringMerge()
92 static void GetAllVars(FastbootDevice* device, const std::string& name, in GetAllVars()
115 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler()
179 bool OemPostWipeData(FastbootDevice* device) { in OemPostWipeData()
201 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler()
237 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler()
260 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler()
288 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
352 bool ShutDownHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in ShutDownHandler()
360 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootHandler()
368 bool RebootBootloaderHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootBootloaderHandler()
376 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootFastbootHandler()
410 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootRecoveryHandler()
426 explicit PartitionBuilder(FastbootDevice* device, const std::string& partition_name);
433 FastbootDevice* device_;
439 PartitionBuilder::PartitionBuilder(FastbootDevice* device, const std::string& partition_name) in PartitionBuilder()
459 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler()
497 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler()
519 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler()
557 void CancelPartitionSnapshot(FastbootDevice* device, const std::string& partition_name) { in CancelPartitionSnapshot()
571 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
598 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args) { in UpdateSuperHandler()
611 bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GsiHandler()
637 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SnapshotUpdateHandler()
691 static bool Fetch(FastbootDevice* device, const std::vector<std::string>& args) { in Fetch()
709 PartitionFetcher(FastbootDevice* device, const std::vector<std::string>& args) in PartitionFetcher()
842 FastbootDevice* device_;
855 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FetchHandler()