Home
last modified time | relevance | path

Searched defs:tuniface (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DClatCoordinatorTest.java197 public int createTunInterface(@NonNull String tuniface) throws IOException { in createTunInterface()
632 public int createTunInterface(@NonNull String tuniface) throws IOException { in testNotStartClatWithNativeFailureCreateTunInterface()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DClatCoordinator.java168 public int createTunInterface(@NonNull String tuniface) throws IOException { in createTunInterface()
935 private static native int native_createTunInterface(String tuniface) throws IOException; in native_createTunInterface()
/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp230 jstring tuniface) { in com_android_server_connectivity_ClatCoordinator_createTunInterface()