Home
last modified time | relevance | path

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

/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnConnection.java163 ParcelFileDescriptor iface = null; in run() local
181 iface = handshake(tunnel); in run()
187 FileInputStream in = new FileInputStream(iface.getFileDescriptor()); in run()
190 FileOutputStream out = new FileOutputStream(iface.getFileDescriptor()); in run()
259 if (iface != null) { in run()
261 iface.close(); in run()
/development/apps/Development/src/com/android/development/
DConnectivity.java394 public void onInterfaceStateChanged(String iface, int state, int role, in onInterfaceStateChanged() argument
396 Log.d(TAG, iface + " " + stateName(state) + " " + roleName(role) in onInterfaceStateChanged()