Home
last modified time | relevance | path

Searched defs:PlainSocket (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DPlainSocket.h21 struct PlainSocket : public BufferedSocket { struct
25 PlainSocket &operator=(const PlainSocket &) = delete; argument
/device/google/cuttlefish/host/frontend/gcastv2/https/
DPlainSocket.cpp21 PlainSocket::PlainSocket(std::shared_ptr<RunLoop> rl, int sock) in PlainSocket() function in PlainSocket