HomeSort by relevance Sort by last modified time
    Searched refs:DnsProxyListener (Results 1 - 4 of 4) sorted by null

  /system/netd/server/
DnsProxyListener.h 26 class DnsProxyListener : public 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)
    [all...]
DnsProxyListener.cpp 31 #define LOG_TAG "DnsProxyListener"
39 #include "DnsProxyListener.h"
44 DnsProxyListener::DnsProxyListener(const NetworkController* netCtrl) :
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::GetAddrInfoHandler::run()
    [all...]
main.cpp 35 #include "DnsProxyListener.h"
51 DnsProxyListener *dpl;
76 dpl = new DnsProxyListener(CommandListener::sNetCtrl);
78 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
Android.mk 46 DnsProxyListener.cpp \

Completed in 128 milliseconds