/aosp12/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/ |
H A D | BpfCoordinatorShim.java | 65 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 D | BpfCoordinatorShimImpl.java | 61 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 D | BpfCoordinatorShimImpl.java | 167 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 D | BpfCoordinator.java | 533 public void tetherOffloadRuleAdd( in tetherOffloadRuleAdd() method in BpfCoordinator
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetd.aidl | 120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 1290 void tetherOffloadRuleAdd(in TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.cpp | 1295 binder::Status NetdNativeService::tetherOffloadRuleAdd(const TetherOffloadRuleParcel& /* rule */) { in tetherOffloadRuleAdd() function in android::net::NetdNativeService
|