Home
last modified time | relevance | path

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

/system/core/fastbootd/
Dprotocol.h53 void protocol_handle_command(struct protocol_handle *handle, char *buffer);
Dtransport.c103 protocol_handle_command(phandle, buffer); in transport_data_thread()
Dprotocol.c151 void protocol_handle_command(struct protocol_handle *phandle, char *buffer) in protocol_handle_command() function