Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
H A DBpfCoordinatorShim.java76 public abstract boolean tetherOffloadRuleRemove(@NonNull Ipv6ForwardingRule rule); in tetherOffloadRuleRemove() method in BpfCoordinatorShim
155 public abstract boolean tetherOffloadRuleRemove(boolean downstream, @NonNull Tether4Key key); in tetherOffloadRuleRemove() method in BpfCoordinatorShim
/aosp12/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
H A DBpfCoordinatorShimImpl.java73 public boolean tetherOffloadRuleRemove(@NonNull final Ipv6ForwardingRule rule) { in tetherOffloadRuleRemove() method in BpfCoordinatorShimImpl
160 public boolean tetherOffloadRuleRemove(boolean downstream, @NonNull Tether4Key key) { in tetherOffloadRuleRemove() method in BpfCoordinatorShimImpl
/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java184 public boolean tetherOffloadRuleRemove(@NonNull final Ipv6ForwardingRule rule) { in tetherOffloadRuleRemove() method in BpfCoordinatorShimImpl
379 public boolean tetherOffloadRuleRemove(boolean downstream, @NonNull Tether4Key key) { in tetherOffloadRuleRemove() method in BpfCoordinatorShimImpl
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java574 public void tetherOffloadRuleRemove( in tetherOffloadRuleRemove() method in BpfCoordinator
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl121 void tetherOffloadRuleRemove(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleRemove() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl121 void tetherOffloadRuleRemove(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleRemove() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl121 void tetherOffloadRuleRemove(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleRemove() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl143 void tetherOffloadRuleRemove(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleRemove() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl143 void tetherOffloadRuleRemove(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleRemove() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl143 void tetherOffloadRuleRemove(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleRemove() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl1303 void tetherOffloadRuleRemove(in TetherOffloadRuleParcel rule); in tetherOffloadRuleRemove() method
/aosp12/system/netd/server/
H A DNetdNativeService.cpp1302 binder::Status NetdNativeService::tetherOffloadRuleRemove( in tetherOffloadRuleRemove() function in android::net::NetdNativeService