HomeSort by relevance Sort by last modified time
    Searched full:_command_data (Results 1 - 1 of 1) sorted by null

  /system/core/fastboot/
protocol.cpp 128 static int _command_data(Transport* transport, const void* data, uint32_t size) { function
158 r = _command_data(transport, data, size);
210 r = _command_data(transport, transport_buf, TRANSPORT_BUF_SIZE);
223 r = _command_data(transport, ptr, to_write);
245 if (_command_data(transport, transport_buf, transport_buf_len) != transport_buf_len) {

Completed in 321 milliseconds