Home | History | Annotate | Download | only in fastboot

Lines Matching refs:Transport

37 #include "transport.h"
42 int fb_command(Transport* transport, const char* cmd);
43 int fb_command_response(Transport* transport, const char* cmd, char* response);
44 int fb_download_data(Transport* transport, const void* data, uint32_t size);
45 int fb_download_data_sparse(Transport* transport, struct sparse_file* s);
52 bool fb_getvar(Transport* transport, const std::string& key, std::string* value);
67 int fb_execute_queue(Transport* transport);