Searched refs:mSockets (Results 1 – 1 of 1) sorted by relevance
1856 private final LocalSocket[] mSockets; field in Vpn.LegacyVpnRunner1892 mSockets = new LocalSocket[mDaemons.length]; in LegacyVpnRunner()1946 for (LocalSocket socket : mSockets) { in run()2024 mSockets[i] = new LocalSocket(); in bringup()2031 mSockets[i].connect(address); in bringup()2038 mSockets[i].setSoTimeout(500); in bringup()2041 OutputStream out = mSockets[i].getOutputStream(); in bringup()2057 InputStream in = mSockets[i].getInputStream(); in bringup()