Home
last modified time | relevance | path

Searched refs:transport_handle_download (Results 1 – 3 of 3) sorted by relevance

/system/core/fastbootd/
Dtransport.h39 int transport_handle_download(struct transport_handle *handle, size_t len);
Dtransport.c40 int transport_handle_download(struct transport_handle *thandle, size_t len) in transport_handle_download() function
Dprotocol.c104 return transport_handle_download(phandle->transport_handle, len); in protocol_handle_download()