Searched defs:_command_send (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dprotocol.cpp170 static int64_t _command_send(Transport* transport, const char* cmd, const void* data, uint32_t size, function
240 return _command_send(transport, cmd.c_str(), data, size, 0) < 0 ? -1 : 0;

Completed in 26 milliseconds