Searched defs:DnsTlsSocket (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/dns/
H A DDnsTlsSocket.h48 class DnsTlsSocket : public IDnsTlsSocket { class in namespace:android::net
50 DnsTlsSocket(const DnsTlsServer& server, unsigned mark, function in class:android::net::DnsTlsSocket
54 ~DnsTlsSocket();
57 // This method should be called after construction and before use of a DnsTlsSocket.
58 // Only call this method once per DnsTlsSocket.
H A DDnsTlsSocket.cpp17 #define LOG_TAG "DnsTlsSocket"
20 #include "dns/DnsTlsSocket.h"
67 Status DnsTlsSocket::tcpConnect() {
132 bool DnsTlsSocket::initialize() {
179 mLoopThread.reset(new std::thread(&DnsTlsSocket::loop, this));
184 bssl::UniquePtr<SSL> DnsTlsSocket::sslConnect(int fd) {
307 void DnsTlsSocket::sslDisconnect() {
315 bool DnsTlsSocket::sslWrite(const Slice buffer) {
342 void DnsTlsSocket::loop() {
347 const int timeout_msecs = DnsTlsSocket
[all...]

Completed in 290 milliseconds