Searched defs:transport_handle (Results 1 - 2 of 2) sorted by relevance

/system/core/fastbootd/
H A Dprotocol.h39 struct transport_handle *transport_handle; member in struct:protocol_handle
52 struct protocol_handle *create_protocol_handle(struct transport_handle *t);
H A Dtransport.h22 struct transport_handle { struct
30 void (*close)(struct transport_handle *thandle);
31 ssize_t (*read)(struct transport_handle *thandle, void *data, size_t len);
32 ssize_t (*write)(struct transport_handle *thandle, const void *data, size_t len);
33 struct transport_handle *(*connect)(struct transport *transport);
38 ssize_t transport_handle_write(struct transport_handle *handle, char *buffer, size_t len);
39 int transport_handle_download(struct transport_handle *handle, size_t len);

Completed in 1696 milliseconds