Lines Matching defs:response
73 RetCode FastBootDriver::Boot(std::string* response, std::vector<std::string>* info) { in Boot()
77 RetCode FastBootDriver::Continue(std::string* response, std::vector<std::string>* info) { in Continue()
90 RetCode FastBootDriver::Erase(const std::string& partition, std::string* response, in Erase()
95 RetCode FastBootDriver::Flash(const std::string& partition, std::string* response, in Flash()
105 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll()
110 RetCode FastBootDriver::Reboot(std::string* response, std::vector<std::string>* info) { in Reboot()
114 RetCode FastBootDriver::RebootTo(std::string target, std::string* response, in RebootTo()
124 RetCode FastBootDriver::SetActive(const std::string& slot, std::string* response, in SetActive()
130 RetCode FastBootDriver::SnapshotUpdateCommand(const std::string& command, std::string* response, in SnapshotUpdateCommand()
188 size_t size, std::string* response, in Download()
196 RetCode FastBootDriver::Download(android::base::borrowed_fd fd, size_t size, std::string* response, in Download()
220 std::string* response, std::vector<std::string>* info) { in Download()
227 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download()
250 size_t current, size_t total, bool use_crc, std::string* response, in Download()
259 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download()
299 RetCode FastBootDriver::Upload(const std::string& outfile, std::string* response, in Upload()
311 const std::string& cmd, std::string* response, std::vector<std::string>* info, in RunAndReadBuffer()
344 RetCode FastBootDriver::UploadInner(const std::string& outfile, std::string* response, in UploadInner()
366 int64_t offset, int64_t size, std::string* response, in FetchToFd()
428 std::string* response, std::vector<std::string>* info, in RawCommand()
436 RetCode FastBootDriver::RawCommand(const std::string& cmd, std::string* response, in RawCommand()
453 RetCode FastBootDriver::DownloadCommand(uint32_t size, std::string* response, in DownloadCommand()
463 RetCode FastBootDriver::HandleResponse(std::string* response, std::vector<std::string>* info, in HandleResponse()