Home
last modified time | relevance | path

Searched refs:tunInterface (Results 1 – 2 of 2) sorted by relevance

/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java125 connection.setOnEstablishListener(tunInterface -> { in startConnection()
129 setConnection(new Connection(thread, tunInterface)); in startConnection()
DToyVpnConnection.java46 void onEstablish(ParcelFileDescriptor tunInterface); in onEstablish() argument