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

/system/core/fastboot/
H A Dprotocol.c133 static int _command_data(usb_handle *usb, const void *data, unsigned size) function
176 r = _command_data(usb, data, size);
243 r = _command_data(usb, usb_buf, USB_BUF_SIZE);
256 r = _command_data(usb, ptr, to_write);
281 r = _command_data(usb, usb_buf, usb_buf_len);

Completed in 43 milliseconds