Searched refs:DnsProxyListener (Results 1 - 4 of 4) sorted by relevance

/system/netd/server/
H A DDnsProxyListener.h26 class DnsProxyListener : public FrameworkListener { class in inherits:FrameworkListener
28 explicit DnsProxyListener(const NetworkController* netCtrl);
29 virtual ~DnsProxyListener() {}
35 GetAddrInfoCmd(const DnsProxyListener* dnsProxyListener);
39 const DnsProxyListener* mDnsProxyListener;
69 GetHostByNameCmd(const DnsProxyListener* dnsProxyListener);
73 const DnsProxyListener* mDnsProxyListener;
98 GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener);
102 const DnsProxyListener* mDnsProxyListener;
H A DDnsProxyListener.cpp31 #define LOG_TAG "DnsProxyListener"
39 #include "DnsProxyListener.h"
44 DnsProxyListener::DnsProxyListener(const NetworkController* netCtrl) : function in class:DnsProxyListener
51 DnsProxyListener::GetAddrInfoHandler::GetAddrInfoHandler(SocketClient *c,
65 DnsProxyListener::GetAddrInfoHandler::~GetAddrInfoHandler() {
71 void DnsProxyListener::GetAddrInfoHandler::start() {
74 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
78 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) {
122 void DnsProxyListener
[all...]
H A Dmain.cpp35 #include "DnsProxyListener.h"
45 DnsProxyListener *dpl;
69 dpl = new DnsProxyListener(CommandListener::sNetCtrl);
71 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
H A DAndroid.mk46 DnsProxyListener.cpp \

Completed in 817 milliseconds