Home
last modified time | relevance | path

Searched defs:ClientSocket (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DClientSocket.h32 struct ClientSocket : public std::enable_shared_from_this<ClientSocket> { struct
41 ClientSocket &operator=(const ClientSocket &) = delete; argument
56 HTTPServer *mServer;
57 ServerSocket *mParent;
58 sockaddr_in mRemoteAddr;
60 std::shared_ptr<BufferedSocket> mImplPlain;
61 std::shared_ptr<SSLSocket> mImplSSL;
63 std::vector<uint8_t> mInBuffer;
64 size_t mInBufferLen;
66 std::vector<uint8_t> mOutBuffer;
[all …]
/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.h37 ClientSocket(ClientSocket&& other) : fd_{other.fd_} {} in ClientSocket() function
66 explicit ClientSocket(SharedFD fd) : fd_(fd) {} in ClientSocket() function
Dtcp_socket.cpp29 ClientSocket::ClientSocket(int port) in ClientSocket() function in cuttlefish::ClientSocket
/device/google/cuttlefish/tools/play_audio/
Dclient_socket.cpp46 ClientSocket::ClientSocket(std::uint16_t port) in ClientSocket() function in ClientSocket
73 ClientSocket::ClientSocket(ClientSocket&& other) in ClientSocket() function in ClientSocket
/device/google/cuttlefish/host/frontend/gcastv2/https/
DClientSocket.cpp28 ClientSocket::ClientSocket( in ClientSocket() function in ClientSocket