Searched refs:SendData (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/common/ |
D | mock_http_fetcher.cc | 47 SendData(true); in BeginTransfer() 50 void MockHttpFetcher::SendData(bool skip_delivery) { in SendData() function in chromeos_update_engine::MockHttpFetcher 86 SendData(false); in TimeoutCallback() 121 SendData(false); in Unpause()
|
D | mock_http_fetcher.h | 120 void SendData(bool skip_delivery);
|
/system/core/fastboot/ |
D | udp.cpp | 125 ssize_t SendData(Id id, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data, 161 ssize_t rx_bytes = SendData(kIdDeviceQuery, nullptr, 0, rx_data, sizeof(rx_data), in InitializeProtocol() 175 rx_bytes = SendData(kIdInitialization, init_data, sizeof(init_data), rx_data, sizeof(rx_data), in InitializeProtocol() 207 ssize_t UdpTransport::SendData(Id id, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data, in SendData() function in udp::UdpTransport 331 ssize_t bytes = SendData(kIdFastboot, nullptr, 0, reinterpret_cast<uint8_t*>(data), length, in Read() 349 ssize_t bytes = SendData(kIdFastboot, reinterpret_cast<const uint8_t*>(data), length, nullptr, in Write()
|