Lines Matching refs:Transport
37 #include "transport.h"
42 int fb_command(Transport* transport, const std::string& cmd);
43 int fb_command_response(Transport* transport, const std::string& cmd, char* response);
44 int64_t fb_download_data(Transport* transport, const void* data, uint32_t size);
45 int64_t fb_download_data_fd(Transport* transport, int fd, uint32_t size);
46 int fb_download_data_sparse(Transport* transport, struct sparse_file* s);
47 int64_t fb_upload_data(Transport* transport, const char* outfile);
54 bool fb_getvar(Transport* transport, const std::string& key, std::string* value);
72 int64_t fb_execute_queue(Transport* transport);