Home
last modified time | relevance | path

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

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