Home
last modified time | relevance | path

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

/system/core/fastboot/
Dprotocol.cpp171 static int _command_send_no_data(Transport* transport, const char* cmd, char* response) { in _command_send_no_data() function
176 return _command_send_no_data(transport, cmd, 0); in fb_command()
180 return _command_send_no_data(transport, cmd, response); in fb_command_response()