Home
last modified time | relevance | path

Searched defs:SendBuffer (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/system/core/fastboot/
H A Dfastboot_driver.cpp532 RetCode FastBootDriver::SendBuffer(android::base::borrowed_fd fd, size_t size) { in SendBuffer() function in fastboot::FastBootDriver
558 RetCode FastBootDriver::SendBuffer(const std::vector<char>& buf) { in SendBuffer() function in fastboot::FastBootDriver
563 RetCode FastBootDriver::SendBuffer(const void* buf, size_t size) { in SendBuffer() function in fastboot::FastBootDriver
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStore.cpp201 class SendBuffer { class
214 SendBuffer(detail::TCPClient& client, detail::QueryType cmd) in SendBuffer() function in c10d::detail::SendBuffer
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dstreams.rs100 struct SendBuffer<B> { struct
116 send_buffer: Arc::new(SendBuffer::new()), in new() argument
1515 impl<B> SendBuffer<B> { implementation
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_stream_peer.cc104 QuicStreamSendBuffer& QuicStreamPeer::SendBuffer(QuicStream* stream) { in SendBuffer() function in quic::test::QuicStreamPeer
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel.h356 class SendBuffer; variable
H A Dwebsocket_channel.cc162 class WebSocketChannel::SendBuffer { class in net::WebSocketChannel
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp110 RetCode FastBootTest::SendBuffer(const std::vector<char>& buf) { in SendBuffer() function in fastboot::FastBootTest
/aosp_15_r20/external/webrtc/rtc_base/
H A Dvirtual_socket_server.h164 typedef std::vector<char> SendBuffer; typedef