|
Android-cuttlefish cvd tool
|
This is the complete list of members for fastboot::FastBootDriver, including all inherited members.
| Boot(std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| Continue(std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| CreatePartition(const std::string &partition, const std::string &size) | fastboot::FastBootDriver | |
| DeletePartition(const std::string &partition) override | fastboot::FastBootDriver | virtual |
| disable_checks_ | fastboot::FastBootDriver | private |
| Download(const std::string &name, android::base::borrowed_fd fd, size_t size, std::string *response=nullptr, std::vector< std::string > *info=nullptr) override | fastboot::FastBootDriver | virtual |
| Download(android::base::borrowed_fd fd, size_t size, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| Download(const std::string &name, const std::vector< char > &buf, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| Download(const std::vector< char > &buf, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| Download(const std::string &partition, struct sparse_file *s, uint32_t sz, size_t current, size_t total, bool use_crc, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| Download(sparse_file *s, bool use_crc=false, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| DownloadCommand(uint32_t size, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | protected |
| epilog_ | fastboot::FastBootDriver | private |
| Erase(const std::string &partition, std::string *response=nullptr, std::vector< std::string > *info=nullptr) override | fastboot::FastBootDriver | virtual |
| ErrnoStr(const std::string &msg) | fastboot::FastBootDriver | protected |
| Error() | fastboot::FastBootDriver | |
| error_ | fastboot::FastBootDriver | private |
| FastBootDriver(std::unique_ptr< Transport > transport, DriverCallbacks driver_callbacks={}, bool no_checks=false) | fastboot::FastBootDriver | |
| FastBootTest | fastboot::FastBootDriver | friend |
| FetchToFd(const std::string &partition, android::base::borrowed_fd fd, int64_t offset=-1, int64_t size=-1, std::string *response=nullptr, std::vector< std::string > *info=nullptr) override | fastboot::FastBootDriver | virtual |
| Flash(const std::string &partition, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| FlashPartition(const std::string &partition, const std::vector< char > &data) | fastboot::FastBootDriver | |
| FlashPartition(const std::string &partition, android::base::borrowed_fd fd, uint32_t sz) override | fastboot::FastBootDriver | virtual |
| FlashPartition(const std::string &partition, sparse_file *s, uint32_t sz, size_t current, size_t total) | fastboot::FastBootDriver | |
| GetVar(const std::string &key, std::string *val, std::vector< std::string > *info=nullptr) override | fastboot::FastBootDriver | virtual |
| GetVarAll(std::vector< std::string > *response) | fastboot::FastBootDriver | |
| HandleResponse(std::string *response=nullptr, std::vector< std::string > *info=nullptr, int *dsize=nullptr) | fastboot::FastBootDriver | protected |
| info_ | fastboot::FastBootDriver | private |
| MAX_DOWNLOAD_SIZE | fastboot::FastBootDriver | static |
| Partitions(std::vector< std::tuple< std::string, uint64_t > > *partitions) | fastboot::FastBootDriver | |
| prolog_ | fastboot::FastBootDriver | private |
| RawCommand(const std::string &cmd, const std::string &message, std::string *response=nullptr, std::vector< std::string > *info=nullptr, int *dsize=nullptr) | fastboot::FastBootDriver | virtual |
| RawCommand(const std::string &cmd, std::string *response=nullptr, std::vector< std::string > *info=nullptr, int *dsize=nullptr) | fastboot::FastBootDriver | |
| RCString(RetCode rc) | fastboot::FastBootDriver | static |
| ReadBuffer(void *buf, size_t size) | fastboot::FastBootDriver | private |
| Reboot(std::string *response=nullptr, std::vector< std::string > *info=nullptr) override | fastboot::FastBootDriver | virtual |
| RebootTo(std::string target, std::string *response=nullptr, std::vector< std::string > *info=nullptr) override | fastboot::FastBootDriver | virtual |
| Require(const std::string &var, const std::vector< std::string > &allowed, bool *reqmet, bool invert=false) | fastboot::FastBootDriver | |
| ResizePartition(const std::string &partition, const std::string &size) override | fastboot::FastBootDriver | virtual |
| RESP_TIMEOUT | fastboot::FastBootDriver | static |
| RunAndReadBuffer(const std::string &cmd, std::string *response, std::vector< std::string > *info, const std::function< RetCode(const char *, uint64_t)> &write_fn) | fastboot::FastBootDriver | private |
| SendBuffer(android::base::borrowed_fd fd, size_t size) | fastboot::FastBootDriver | private |
| SendBuffer(const std::vector< char > &buf) | fastboot::FastBootDriver | private |
| SendBuffer(const void *buf, size_t size) | fastboot::FastBootDriver | private |
| set_transport(std::unique_ptr< Transport > transport) | fastboot::FastBootDriver | |
| SetActive(const std::string &slot, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| SetInfoCallback(std::function< void(const std::string &)> info) | fastboot::FastBootDriver | |
| SnapshotUpdateCommand(const std::string &command, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| SparseWriteCallback(std::vector< char > &tpbuf, const char *data, size_t len) | fastboot::FastBootDriver | private |
| text_ | fastboot::FastBootDriver | private |
| transport_ | fastboot::FastBootDriver | protected |
| TRANSPORT_CHUNK_SIZE | fastboot::FastBootDriver | static |
| Upload(const std::string &outfile, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | |
| UploadInner(const std::string &outfile, std::string *response=nullptr, std::vector< std::string > *info=nullptr) | fastboot::FastBootDriver | private |
| WaitForDisconnect() override | fastboot::FastBootDriver | virtual |
| ~FastBootDriver() | fastboot::FastBootDriver | |
| ~IFastBootDriver()=default | fastboot::IFastBootDriver | virtual |