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

  /system/netd/
DnsProxyListener.cpp 28 #define LOG_TAG "DnsProxyListener"
34 #include "DnsProxyListener.h"
37 DnsProxyListener::DnsProxyListener() :
43 DnsProxyListener::GetAddrInfoHandler::~GetAddrInfoHandler() {
49 void DnsProxyListener::GetAddrInfoHandler::start() {
51 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
54 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) {
70 void DnsProxyListener::GetAddrInfoHandler::run() {
102 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd()
    [all...]
DnsProxyListener.h 25 class DnsProxyListener : public FrameworkListener {
27 DnsProxyListener();
28 virtual ~DnsProxyListener() {}
main.cpp 35 #include "DnsProxyListener.h"
46 DnsProxyListener *dpl;
71 dpl = new DnsProxyListener();
73 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
Android.mk 8 DnsProxyListener.cpp \

Completed in 31 milliseconds