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.java198 public int createTunInterface(@NonNull String tuniface) throws IOException { in createTunInterface()
631 public int createTunInterface(@NonNull String tuniface) throws IOException { in testNotStartClatWithNativeFailureCreateTunInterface()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DClatCoordinator.java172 public int createTunInterface(@NonNull String tuniface) throws IOException { in createTunInterface()
869 private static native int native_createTunInterface(String tuniface) throws IOException; in native_createTunInterface()
/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp219 jstring tuniface) { in com_android_server_connectivity_ClatCoordinator_createTunInterface()