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()
154 static bool GetVarAll(FastbootDevice* device) { in GetVarAll()
174 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler()
202 bool OemPostWipeData(FastbootDevice* device) { in OemPostWipeData()
225 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler()
262 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler()
284 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler()
320 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
382 bool ShutDownHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in ShutDownHandler()
390 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootHandler()
398 bool RebootBootloaderHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootBootloaderHandler()
406 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootFastbootHandler()
440 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootRecoveryHandler()
469 PartitionBuilder::PartitionBuilder(FastbootDevice* device, const std::string& partition_name) in PartitionBuilder()
489 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler()
527 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler()
549 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler()
587 void CancelPartitionSnapshot(FastbootDevice* device, const std::string& partition_name) { in CancelPartitionSnapshot()
601 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
632 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args) { in UpdateSuperHandler()
651 bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GsiHandler()
693 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SnapshotUpdateHandler()
752 static bool Fetch(FastbootDevice* device, const std::vector<std::string>& args) { in Fetch()
770 PartitionFetcher(FastbootDevice* device, const std::vector<std::string>& args) in PartitionFetcher()
916 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FetchHandler()