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

/system/core/fastboot/
H A Dprotocol.c103 static int _command_send(usb_handle *usb, const char *cmd, function
159 return _command_send(usb, cmd, 0, 0, 0);
164 return _command_send(usb, cmd, 0, 0, response);
173 r = _command_send(usb, cmd, data, size, 0);

Completed in 231 milliseconds