Searched defs:DnsProxyListener (Results 1 - 2 of 2) sorted by path

/system/netd/
H A DDnsProxyListener.cpp29 #define LOG_TAG "DnsProxyListener"
35 #include "DnsProxyListener.h"
38 DnsProxyListener::DnsProxyListener() : function in class:DnsProxyListener
44 DnsProxyListener::GetAddrInfoHandler::~GetAddrInfoHandler() {
50 void DnsProxyListener::GetAddrInfoHandler::start() {
53 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
56 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) {
72 void DnsProxyListener::GetAddrInfoHandler::run() {
104 DnsProxyListener
[all...]
H A DDnsProxyListener.h24 class DnsProxyListener : public FrameworkListener { class in inherits:FrameworkListener
26 DnsProxyListener();
27 virtual ~DnsProxyListener() {}

Completed in 400 milliseconds