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

/system/netd/server/
H A DDnsProxyListener.h29 class DnsProxyListener : public FrameworkListener { class in inherits:FrameworkListener
31 explicit DnsProxyListener(const NetworkController* netCtrl);
32 virtual ~DnsProxyListener() {}
47 GetAddrInfoCmd(DnsProxyListener* dnsProxyListener);
51 DnsProxyListener* mDnsProxyListener;
81 GetHostByNameCmd(DnsProxyListener* dnsProxyListener);
85 DnsProxyListener* mDnsProxyListener;
112 GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener);
116 const DnsProxyListener* mDnsProxyListener;
H A DDnsProxyListener.cpp32 #define LOG_TAG "DnsProxyListener"
44 #include "DnsProxyListener.h"
54 DnsProxyListener::DnsProxyListener(const NetworkController* netCtrl) : function in class:DnsProxyListener
61 DnsProxyListener::GetAddrInfoHandler::GetAddrInfoHandler(
73 DnsProxyListener::GetAddrInfoHandler::~GetAddrInfoHandler() {
79 void DnsProxyListener::GetAddrInfoHandler::start() {
82 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
86 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) {
94 android::sp<IDnsEventListener> DnsProxyListener
[all...]

Completed in 152 milliseconds