Home
last modified time | relevance | path

Searched refs:transport_buf (Results 1 – 1 of 1) sorted by relevance

/system/core/fastboot/
Dprotocol.cpp190 static char transport_buf[TRANSPORT_BUF_SIZE]; variable
203 memcpy(transport_buf + transport_buf_len, ptr, to_write); in fb_download_data_sparse_write()
210 r = _command_data(transport, transport_buf, TRANSPORT_BUF_SIZE); in fb_download_data_sparse_write()
236 memcpy(transport_buf, ptr, len); in fb_download_data_sparse_write()
245 if (_command_data(transport, transport_buf, transport_buf_len) != transport_buf_len) { in fb_download_data_sparse_flush()