Home
last modified time | relevance | path

Searched refs:DnsOpenProxyType (Results 1 – 3 of 3) sorted by relevance

/system/netd/client/
Dnetdclient_priv.h23 void netdClientInitDnsOpenProxy(int (**DnsOpenProxyType)());
DNetdClientTest.cpp38 typedef int (*DnsOpenProxyType)(); typedef
41 DnsOpenProxyType openDnsProxyFuncPtr = openDnsProxyFuncStub;
DNetdClient.cpp69 typedef int (*DnsOpenProxyType)(); typedef
453 extern "C" void netdClientInitDnsOpenProxy(DnsOpenProxyType* function) { in netdClientInitDnsOpenProxy()