Home
last modified time | relevance | path

Searched defs:tetherOffloadRuleAdd (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
H A DBpfCoordinatorShim.java65 public abstract boolean tetherOffloadRuleAdd(@NonNull Ipv6ForwardingRule rule); in tetherOffloadRuleAdd() method in BpfCoordinatorShim
145 public abstract boolean tetherOffloadRuleAdd(boolean downstream, @NonNull Tether4Key key, in tetherOffloadRuleAdd() method in BpfCoordinatorShim
/aosp12/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
H A DBpfCoordinatorShimImpl.java61 public boolean tetherOffloadRuleAdd(@NonNull final Ipv6ForwardingRule rule) { in tetherOffloadRuleAdd() method in BpfCoordinatorShimImpl
153 public boolean tetherOffloadRuleAdd(boolean downstream, @NonNull Tether4Key key, in tetherOffloadRuleAdd() method in BpfCoordinatorShimImpl
/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java167 public boolean tetherOffloadRuleAdd(@NonNull final Ipv6ForwardingRule rule) { in tetherOffloadRuleAdd() method in BpfCoordinatorShimImpl
353 public boolean tetherOffloadRuleAdd(boolean downstream, @NonNull Tether4Key key, in tetherOffloadRuleAdd() method in BpfCoordinatorShimImpl
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java533 public void tetherOffloadRuleAdd( in tetherOffloadRuleAdd() method in BpfCoordinator
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl1290 void tetherOffloadRuleAdd(in TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/aosp12/system/netd/server/
H A DNetdNativeService.cpp1295 binder::Status NetdNativeService::tetherOffloadRuleAdd(const TetherOffloadRuleParcel& /* rule */) { in tetherOffloadRuleAdd() function in android::net::NetdNativeService