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

  /system/core/fastboot/
protocol.cpp 136 static int64_t _command_write_data(Transport* transport, const void* data, uint32_t size) { function
180 r = _command_write_data(transport, data, size);
211 if (_command_write_data(transport, filemap.getDataPtr(), len) < 0) {
291 r = _command_write_data(transport, transport_buf, TRANSPORT_BUF_SIZE);
304 r = _command_write_data(transport, ptr, to_write);
326 int64_t r = _command_write_data(transport, transport_buf, transport_buf_len);

Completed in 60 milliseconds