Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dmock_http_fetcher.cc48 SendData(true); in BeginTransfer()
51 void MockHttpFetcher::SendData(bool skip_delivery) { in SendData() function in chromeos_update_engine::MockHttpFetcher
90 SendData(false); in TimeoutCallback()
130 SendData(false); in Unpause()
H A Dmock_http_fetcher.h122 void SendData(bool skip_delivery);
/aosp12/system/core/fastboot/
H A Dudp.cpp125 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()
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dipc_helper.h163 inline Status<void> SendData(const BorrowedHandle& socket_fd, const T& data,
172 inline Status<void> SendData(const BorrowedHandle& socket_fd,
181 Status<void> SendData(const BorrowedHandle& socket_fd, const void* data,
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp100 return SendData(socket_fd, transaction_state->request, send_vector, in SendRequest()
175 return SendData(BorrowedHandle{channel_handle_.value()}, request); in SendImpulse()
H A Dclient_channel_factory.cpp143 status = SendData(socket_.Borrow(), request); in Connect()
H A Dservice_endpoint.cpp245 status = SendData(connection_fd.Borrow(), connection_info); in AcceptConnection()
648 auto status = SendData(channel_socket, state->response); in MessageReply()
650 status = SendData(channel_socket, state->response_data.data(), in MessageReply()
H A Dipc_helper.cpp368 Status<void> SendData(const BorrowedHandle& socket_fd, const void* data, in SendData() function