Home
last modified time | relevance | path

Searched refs:detachProgram (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
H A DBpfCoordinatorShim.java185 public abstract boolean detachProgram(@NonNull String iface); in detachProgram() method in BpfCoordinatorShim
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfUtils.java114 public static void detachProgram(@NonNull String iface) throws IOException { in detachProgram() method in BpfUtils
H A DBpfCoordinator.java907 mBpfCoordinatorShim.detachProgram(intIface); in maybeDetachProgram()
910 mBpfCoordinatorShim.detachProgram(extIface); in maybeDetachProgram()
/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h136 inline int detachProgram(bpf_attach_type type, const BPF_FD_TYPE cg_fd) { in detachProgram() function
/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java441 public boolean detachProgram(String iface) { in detachProgram() method in BpfCoordinatorShimImpl
445 BpfUtils.detachProgram(iface); in detachProgram()
/aosp12/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
H A DBpfCoordinatorShimImpl.java178 public boolean detachProgram(String iface) { in detachProgram() method in BpfCoordinatorShimImpl
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java1156 ExtendedMockito.verify(() -> BpfUtils.detachProgram(intIface2)); in testAttachDetachBpfProgram()
1163 ExtendedMockito.verify(() -> BpfUtils.detachProgram(extIface)); in testAttachDetachBpfProgram()
1164 ExtendedMockito.verify(() -> BpfUtils.detachProgram(intIface1)); in testAttachDetachBpfProgram()