Home
last modified time | relevance | path

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

/system/core/fastboot/
Dudp.cpp126 size_t rx_length, int attempts, std::string* error);
131 uint8_t* rx_data, size_t rx_length, int attempts,
208 size_t rx_length, int attempts, std::string* error) { in SendData() argument
230 rx_length, attempts, error); in SendData()
236 } else if (static_cast<size_t>(bytes) < rx_length) { in SendData()
238 rx_length -= bytes; in SendData()
241 rx_length = 0; in SendData()
255 size_t rx_length, const int attempts, std::string* error) { in SendSinglePacketHelper() argument
293 size_t rx_data_bytes = std::min<size_t>(bytes - kHeaderSize, rx_length); in SendSinglePacketHelper()
297 rx_length -= rx_data_bytes; in SendSinglePacketHelper()