Searched refs:GetAddrInfoCmd (Results 1 – 2 of 2) sorted by relevance
44 class GetAddrInfoCmd : public NetdCommand {46 explicit GetAddrInfoCmd(DnsProxyListener* dnsProxyListener);47 virtual ~GetAddrInfoCmd() {} in ~GetAddrInfoCmd()
119 registerCmd(new GetAddrInfoCmd(this)); in DnsProxyListener()299 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd(DnsProxyListener* dnsProxyListener) : in GetAddrInfoCmd() function in android::net::DnsProxyListener::GetAddrInfoCmd304 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, in runCommand()