Searched refs:net (Results 51 - 75 of 133) sorted by relevance

123456

/system/netd/server/
H A Dthread_util.h24 namespace net { namespace in namespace:android
63 } // namespace net
H A DAndroid.mk33 binder/android/net/INetd.aidl \
34 binder/android/net/UidRange.cpp
66 android.system.net.netd@1.0 \
127 binder/android/net/UidRange.cpp \
128 binder/android/net/metrics/INetdEventListener.aidl \
186 binder/android/net/UidRange.cpp \
187 binder/android/net/metrics/INetdEventListener.aidl \
H A DResolverController.cpp30 #include <net/if.h>
43 #include <android/net/INetd.h>
52 namespace net { namespace in namespace:android
254 std::vector<android::net::ResolverStats>* stats) {
255 using android::net::ResolverStats;
256 using android::net::INetd;
278 // If the netId is unknown (which can happen for valid net IDs for which no DNS servers have
309 android::net::ResolverStats& cur_stats = (*stats)[i];
326 using android::net::INetd;
359 using android::net
[all...]
H A DNFLogListener.h25 namespace net { namespace in namespace:android
79 } // namespace net
H A DNetdConstants.h88 namespace net { namespace in namespace:android
98 } // namespace net
H A DNetlinkListener.h31 namespace net { namespace in namespace:android
93 } // namespace net
H A DNetwork.cpp26 namespace net { namespace in namespace:android
93 } // namespace net
H A DRouteControllerTest.cpp26 namespace net { namespace in namespace:android
98 } // namespace net
H A DWakeupController.h28 namespace net { namespace in namespace:android
66 } // namespace net
H A DCommandListener.h38 namespace net { namespace in namespace:android
50 registerLockingCmd(cmd, android::net::gBigNetdLock);
164 } // namespace net
H A DNetdConstants.cpp21 #include <net/if.h>
47 return android::net::gCtls->iptablesRestoreCtrl.execute(target, commands, output);
/system/netd/tests/benchmarks/
H A DAndroid.mk40 ../../server/binder/android/net/metrics/INetdEventListener.aidl
/system/sepolicy/prebuilts/api/26.0/private/
H A Dproperty_contexts5 net.rmnet u:object_r:net_radio_prop:s0
6 net.gprs u:object_r:net_radio_prop:s0
7 net.ppp u:object_r:net_radio_prop:s0
8 net.qmi u:object_r:net_radio_prop:s0
9 net.lte u:object_r:net_radio_prop:s0
10 net.cdma u:object_r:net_radio_prop:s0
11 net.dns u:object_r:net_dns_prop:s0
18 net. u:object_r:system_prop:s0
/system/sepolicy/private/
H A Dproperty_contexts5 net.rmnet u:object_r:net_radio_prop:s0
6 net.gprs u:object_r:net_radio_prop:s0
7 net.ppp u:object_r:net_radio_prop:s0
8 net.qmi u:object_r:net_radio_prop:s0
9 net.lte u:object_r:net_radio_prop:s0
10 net.cdma u:object_r:net_radio_prop:s0
11 net.dns u:object_r:net_dns_prop:s0
18 net. u:object_r:system_prop:s0
/system/connectivity/wificond/
H A Dclient_interface_binder.cpp26 using android::net::wifi::IANQPDoneCallback;
27 using android::net::wifi::IWifiScannerImpl;
H A Dclient_interface_impl.h27 #include "android/net/wifi/IClientInterface.h"
28 #include "wificond/net/mlme_event_handler.h"
29 #include "wificond/net/netlink_utils.h"
74 android::sp<android::net::wifi::IClientInterface> GetBinder() const;
85 const ::android::sp<::android::net::wifi::IANQPDoneCallback>& callback);
H A Dap_interface_impl.h27 #include "wificond/net/netlink_manager.h"
29 #include "android/net/wifi/IApInterface.h"
51 android::sp<android::net::wifi::IApInterface> GetBinder() const;
/system/connectivity/wificond/tests/integration/
H A Dclient_interface_test.cpp24 #include "android/net/wifi/IClientInterface.h"
25 #include "android/net/wifi/IWificond.h"
28 using android::net::wifi::IClientInterface;
29 using android::net::wifi::IWificond;
H A Dap_interface_test.cpp23 #include "android/net/wifi/IApInterface.h"
24 #include "android/net/wifi/IWificond.h"
27 using android::net::wifi::IApInterface;
28 using android::net::wifi::IWificond;
/system/netd/server/binder/android/net/
H A DINetd.aidl17 package android.net;
19 import android.net.UidRange;
212 * Set and get /proc/sys/net interface configuration parameters.
H A DUidRange.cpp17 #include "android/net/UidRange.h"
33 namespace net { namespace in namespace:android
44 * frameworks/base/core/java/android/net/UidRange.java.
58 * frameworks/base/core/java/android/net/UidRange.java.
99 } // namespace net
H A DUidRange.h24 namespace net { namespace in namespace:android
77 } // namespace net
/system/netd/server/dns/
H A DDnsTlsTransport.h32 namespace net { namespace in namespace:android
77 } // namespace net
/system/netd/tests/
H A DAndroid.mk44 ../server/binder/android/net/metrics/INetdEventListener.aidl
/system/netd/tests/dns_responder/
H A Ddns_responder_client.h9 #include "android/net/INetd.h"
50 android::sp<android::net::INetd> mNetdSrv = nullptr;

Completed in 228 milliseconds

123456