Lines Matching defs:device
72 static bool IsSnapshotUpdateInProgress(FastbootDevice* device) { in IsSnapshotUpdateInProgress()
81 static bool IsProtectedPartitionDuringMerge(FastbootDevice* device, const std::string& name) { in IsProtectedPartitionDuringMerge()
90 static void GetAllVars(FastbootDevice* device, const std::string& name, in GetAllVars()
151 static bool GetVarAll(FastbootDevice* device) { in GetVarAll()
171 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler()
199 bool OemPostWipeData(FastbootDevice* device) { in OemPostWipeData()
222 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler()
259 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler()
281 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler()
317 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
379 bool ShutDownHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in ShutDownHandler()
387 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootHandler()
395 bool RebootBootloaderHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootBootloaderHandler()
403 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootFastbootHandler()
437 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootRecoveryHandler()
466 PartitionBuilder::PartitionBuilder(FastbootDevice* device, const std::string& partition_name) in PartitionBuilder()
486 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler()
524 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler()
546 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler()
584 void CancelPartitionSnapshot(FastbootDevice* device, const std::string& partition_name) { in CancelPartitionSnapshot()
598 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
629 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args) { in UpdateSuperHandler()
648 bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GsiHandler()
690 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SnapshotUpdateHandler()
749 static bool Fetch(FastbootDevice* device, const std::vector<std::string>& args) { in Fetch()
767 PartitionFetcher(FastbootDevice* device, const std::vector<std::string>& args) in PartitionFetcher()
913 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FetchHandler()