Home
last modified time | relevance | path

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

/system/core/fastboot/
Dprotocol.cpp108 static int _command_start(Transport* transport, const char* cmd, uint32_t size, char* response) { in _command_start() function
153 int r = _command_start(transport, cmd, size, response); in _command_send()
172 return _command_start(transport, cmd, 0, response); in _command_send_no_data()
261 int r = _command_start(transport, cmd, size, 0); in fb_download_data_sparse()