HomeSort by relevance Sort by last modified time
    Searched refs:cutils_socket_buffer_t (Results 1 - 10 of 10) sorted by null

  /system/core/fastboot/
socket.h 81 virtual bool Send(std::vector<cutils_socket_buffer_t> buffers) = 0;
119 std::function<ssize_t(cutils_socket_t, cutils_socket_buffer_t*, size_t)>
socket.cpp 115 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
141 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) {
173 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
196 bool TcpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) {
socket_mock.h 60 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
socket_test.cpp 177 std::vector<cutils_socket_buffer_t> buffers{{data[0].data(), data[0].length()},
185 cutils_socket_t /*cutils_sock*/, cutils_socket_buffer_t* sent_buffers,
214 std::vector<cutils_socket_buffer_t> buffers{{data[0].data(), data[0].length()},
244 cutils_socket_t /*cutils_sock*/, cutils_socket_buffer_t* buffers,
socket_mock.cpp 65 bool SocketMock::Send(std::vector<cutils_socket_buffer_t> buffers) {
tcp.cpp 163 if (!socket_->Send(std::vector<cutils_socket_buffer_t>{{header, 8}, {data, length}})) {
  /system/core/include/cutils/
sockets.h 145 * cutils_socket_buffer_t buffers[2] = { {data0, len0}, {data1, len1} };
156 } cutils_socket_buffer_t; typedef in typeref:struct:__anon73121
161 const cutils_socket_buffer_t* buffers,
  /system/core/libcutils/
sockets_windows.cpp 63 const cutils_socket_buffer_t* buffers,
sockets_unix.cpp 63 const cutils_socket_buffer_t* buffers,
  /system/core/libcutils/tests/
sockets_test.cpp 63 cutils_socket_buffer_t socket_buffers[] = { {data[0].data(), data[0].length()},

Completed in 3540 milliseconds