Home
last modified time | relevance | path

Searched defs:tetherInterfaceAdd (Results 1 – 10 of 10) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl59 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl77 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl76 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl77 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl77 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl99 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl99 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/binder/android/net/
DINetd.aidl740 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl99 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/
DNetdNativeService.cpp993 binder::Status NetdNativeService::tetherInterfaceAdd(const std::string& ifName) { in tetherInterfaceAdd() function in android::net::NetdNativeService