• Home
  • Raw
  • Download

Lines Matching defs:response

74 RetCode FastBootDriver::Boot(std::string* response, std::vector<std::string>* info) {  in Boot()
78 RetCode FastBootDriver::Continue(std::string* response, std::vector<std::string>* info) { in Continue()
91 RetCode FastBootDriver::Erase(const std::string& partition, std::string* response, in Erase()
96 RetCode FastBootDriver::Flash(const std::string& partition, std::string* response, in Flash()
106 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll()
111 RetCode FastBootDriver::Reboot(std::string* response, std::vector<std::string>* info) { in Reboot()
115 RetCode FastBootDriver::RebootTo(std::string target, std::string* response, in RebootTo()
125 RetCode FastBootDriver::SetActive(const std::string& slot, std::string* response, in SetActive()
131 RetCode FastBootDriver::SnapshotUpdateCommand(const std::string& command, std::string* response, in SnapshotUpdateCommand()
189 size_t size, std::string* response, in Download()
197 RetCode FastBootDriver::Download(android::base::borrowed_fd fd, size_t size, std::string* response, in Download()
221 std::string* response, std::vector<std::string>* info) { in Download()
228 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download()
251 size_t current, size_t total, bool use_crc, std::string* response, in Download()
260 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download()
300 RetCode FastBootDriver::Upload(const std::string& outfile, std::string* response, in Upload()
312 const std::string& cmd, std::string* response, std::vector<std::string>* info, in RunAndReadBuffer()
345 RetCode FastBootDriver::UploadInner(const std::string& outfile, std::string* response, in UploadInner()
367 int64_t offset, int64_t size, std::string* response, in FetchToFd()
429 std::string* response, std::vector<std::string>* info, in RawCommand()
437 RetCode FastBootDriver::RawCommand(const std::string& cmd, std::string* response, in RawCommand()
454 RetCode FastBootDriver::DownloadCommand(uint32_t size, std::string* response, in DownloadCommand()
464 RetCode FastBootDriver::HandleResponse(std::string* response, std::vector<std::string>* info, in HandleResponse()