Home
last modified time | relevance | path

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

/system/core/fastboot/
Dudp.cpp125 size_t rx_length, int attempts, std::string* error);
130 uint8_t* rx_data, size_t rx_length, int attempts,
207 size_t rx_length, int attempts, std::string* error) { in SendData() argument
229 rx_length, attempts, error); in SendData()
235 } else if (static_cast<size_t>(bytes) < rx_length) { in SendData()
237 rx_length -= bytes; in SendData()
240 rx_length = 0; in SendData()
254 size_t rx_length, const int attempts, std::string* error) { in SendSinglePacketHelper() argument
292 size_t rx_data_bytes = std::min<size_t>(bytes - kHeaderSize, rx_length); in SendSinglePacketHelper()
296 rx_length -= rx_data_bytes; in SendSinglePacketHelper()