Home
last modified time | relevance | path

Searched refs:tetherStart (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Connectivity/staticlibs/client-libs/netd/com/android/net/module/util/
DNetdUtils.java143 public static void tetherStart(final INetd netd, final boolean usingLegacyDnsProxy, in tetherStart() method in NetdUtils
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl56 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java421 mNetdService.tetherStart(dhcpRange); in startTethering()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl73 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/
DINetd.aidl731 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl117 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/
DINetd.aidl117 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/
DINetd.aidl117 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1786 NetdUtils.tetherStart(mNetd, true /** usingLegacyDnsProxy */, dhcpRanges); in turnOnMainTetherSettings()
1791 NetdUtils.tetherStart(mNetd, true /** usingLegacyDnsProxy */, dhcpRanges); in turnOnMainTetherSettings()