Home
last modified time | relevance | path

Searched refs:DnsProxyListener (Results 1 – 5 of 5) sorted by relevance

/system/netd/resolv/
DDnsProxyListener.cpp499 DnsProxyListener::DnsProxyListener() : FrameworkListener(SOCKET_NAME) { in DnsProxyListener() function in android::net::DnsProxyListener
507 DnsProxyListener::GetAddrInfoHandler::GetAddrInfoHandler(SocketClient* c, char* host, char* service, in GetAddrInfoHandler()
512 DnsProxyListener::GetAddrInfoHandler::~GetAddrInfoHandler() { in ~GetAddrInfoHandler()
593 void DnsProxyListener::GetAddrInfoHandler::doDns64Synthesis(int32_t* rv, addrinfo** res) { in doDns64Synthesis()
641 void DnsProxyListener::GetAddrInfoHandler::run() { in run()
706 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd() : FrameworkCommand("getaddrinfo") {} in GetAddrInfoCmd()
708 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, in runCommand()
760 DnsProxyListener::GetAddrInfoHandler* handler = in runCommand()
761 new DnsProxyListener::GetAddrInfoHandler(cli, name, service, hints, netcontext); in runCommand()
769 DnsProxyListener::ResNSendCommand::ResNSendCommand() : FrameworkCommand("resnsend") {} in ResNSendCommand()
[all …]
DDnsProxyListener.h31 class DnsProxyListener : public FrameworkListener {
33 DnsProxyListener();
34 virtual ~DnsProxyListener() {} in ~DnsProxyListener()
DDnsResolver.h41 DnsProxyListener mDnsProxyListener;
DAndroid.bp63 "DnsProxyListener.cpp",
DREADME.md46 query or response. However, DnsProxyListener does create a thread for each query.