Home
last modified time | relevance | path

Searched refs:PlainSocket (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DPlainSocket.cpp21 PlainSocket::PlainSocket(std::shared_ptr<RunLoop> rl, int sock) in PlainSocket() function in PlainSocket
25 void PlainSocket::postRecv(RunLoop::AsyncFunction fn) { in postRecv()
29 void PlainSocket::postSend(RunLoop::AsyncFunction fn) { in postSend()
33 ssize_t PlainSocket::recvfrom( in recvfrom()
41 ssize_t PlainSocket::sendto( in sendto()
52 void PlainSocket::postFlush(RunLoop::AsyncFunction fn) { in postFlush()
DAndroid.bp26 "PlainSocket.cpp",
DBaseConnection.cpp24 mSocket(std::make_unique<PlainSocket>(mRunLoop, sock)), in BaseConnection()
DClientSocket.cpp48 mImplPlain = std::make_shared<PlainSocket>(mRunLoop, sock); in ClientSocket()
DHTTPClientConnection.cpp66 mImpl = std::make_shared<PlainSocket>(mRunLoop, sock); in HTTPClientConnection()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DPlainSocket.h21 struct PlainSocket : public BufferedSocket { struct
22 explicit PlainSocket(std::shared_ptr<RunLoop> rl, int sock);
24 PlainSocket(const PlainSocket &) = delete;
25 PlainSocket &operator=(const PlainSocket &) = delete; argument
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DSTUNClient.h46 std::shared_ptr<PlainSocket> mSocket;
DRTPSocketHandler.h103 std::shared_ptr<PlainSocket> mServerSocket;
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DSTUNClient.cpp61 mSocket = std::make_shared<PlainSocket>(mRunLoop, sock); in STUNClient()
DRTPSocketHandler.cpp135 auto tmp = std::make_shared<PlainSocket>(mRunLoop, sock); in RTPSocketHandler()
209 mSocket = std::make_shared<PlainSocket>(mRunLoop, sock); in onTCPConnect()