Lines Matching defs:device
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()
296 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
360 bool ShutDownHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in ShutDownHandler()
368 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootHandler()
376 bool RebootBootloaderHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootBootloaderHandler()
384 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootFastbootHandler()
418 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootRecoveryHandler()
447 PartitionBuilder::PartitionBuilder(FastbootDevice* device, const std::string& partition_name) in PartitionBuilder()
467 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler()
505 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler()
527 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler()
565 void CancelPartitionSnapshot(FastbootDevice* device, const std::string& partition_name) { in CancelPartitionSnapshot()
579 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
606 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args) { in UpdateSuperHandler()
619 bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GsiHandler()
645 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SnapshotUpdateHandler()
699 static bool Fetch(FastbootDevice* device, const std::vector<std::string>& args) { in Fetch()
717 PartitionFetcher(FastbootDevice* device, const std::vector<std::string>& args) in PartitionFetcher()
863 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FetchHandler()