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

/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() {}
H A Dmain.cpp35 #include "DnsProxyListener.h"
46 DnsProxyListener *dpl;
71 dpl = new DnsProxyListener();
73 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
H A DAndroid.mk8 DnsProxyListener.cpp \

Completed in 59 milliseconds