Searched defs:networkAddInterface (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/ |
H A D | NetdUtils.java | 74 private static void networkAddInterface(final INetd netd, final String iface, in networkAddInterface() method in NetdUtils
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetd.aidl | 9 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetd.aidl | 26 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetd.aidl | 27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 118 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.cpp | 388 binder::Status NetdNativeService::networkAddInterface(int32_t netId, const std::string& iface) { in networkAddInterface() function in android::net::NetdNativeService
|