Home
last modified time | relevance | path

Searched refs:mImplSSL (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DClientSocket.h61 std::shared_ptr<SSLSocket> mImplSSL; member
84 return mImplSSL ? mImplSSL.get() : mImplPlain.get(); in getImpl()
/device/google/cuttlefish/host/frontend/gcastv2/https/
DClientSocket.cpp42 mImplSSL = std::make_shared<SSLSocket>( in ClientSocket()