Android-cuttlefish cvd tool
|
This is the complete list of members for Socket, including all inherited members.
Accept() | Socket | inlinevirtual |
Close() | Socket | virtual |
DISALLOW_COPY_AND_ASSIGN(Socket) | Socket | private |
FRIEND_TEST(SocketTest, TestTcpSendBuffers) | Socket | private |
FRIEND_TEST(SocketTest, TestUdpSendBuffers) | Socket | private |
GetErrorMessage() | Socket | static |
GetLocalPort() | Socket | |
NewClient(Protocol protocol, const std::string &hostname, int port, std::string *error) | Socket | static |
NewServer(Protocol protocol, int port) | Socket | static |
Protocol enum name | Socket | |
Receive(void *data, size_t length, int timeout_ms)=0 | Socket | pure virtual |
receive_timed_out_ | Socket | protected |
ReceiveAll(void *data, size_t length, int timeout_ms) | Socket | virtual |
ReceiveTimedOut() | Socket | inline |
Send(const void *data, size_t length)=0 | Socket | pure virtual |
Send(std::vector< cutils_socket_buffer_t > buffers)=0 | Socket | pure virtual |
sock_ | Socket | protected |
Socket(cutils_socket_t sock) | Socket | explicitprotected |
socket_send_buffers_function_ | Socket | protected |
WaitForRecv(int timeout_ms) | Socket | protected |
~Socket() | Socket | virtual |