Home
last modified time | relevance | path

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

/system/core/fastbootd/
Dprotocol.h55 int protocol_get_download(struct protocol_handle *phandle);
Dprotocol.c185 int protocol_get_download(struct protocol_handle *phandle) in protocol_get_download() function
Dcommands.c369 old_fd = protocol_get_download(phandle); in cmd_download()