Home
last modified time | relevance | path

Searched defs:thandle (Results 1 – 4 of 4) sorted by relevance

/system/core/fastbootd/
Dtransport.c30 ssize_t transport_handle_write(struct transport_handle *thandle, char *buffer, size_t len) in transport_handle_write()
35 void transport_handle_close(struct transport_handle *thandle) in transport_handle_close()
40 int transport_handle_download(struct transport_handle *thandle, size_t len) in transport_handle_download()
87 struct transport_handle *thandle = arg; in transport_data_thread() local
117 struct transport_handle *thandle; in transport_connect_thread() local
Dtransport_socket.c62 void socket_close(struct transport_handle *thandle) in socket_close()
86 ssize_t socket_write(struct transport_handle *thandle, const void *data, size_t len) in socket_write()
101 ssize_t socket_read(struct transport_handle *thandle, void *data, size_t len) in socket_read()
Dusb_linux_client.c214 static ssize_t usb_write(struct transport_handle *thandle, const void *data, size_t len) in usb_write()
230 ssize_t usb_read(struct transport_handle *thandle, void *data, size_t len) in usb_read()
246 void usb_close(struct transport_handle *thandle) in usb_close()
Dprotocol.c170 struct protocol_handle *create_protocol_handle(struct transport_handle *thandle) in create_protocol_handle()