Searched defs:openSocketFd (Results 1 – 3 of 3) sorted by relevance
22 ParcelFileDescriptor openSocketFd(String host, int port, int timeoutMs); in openSocketFd() method
83 public FileDescriptor openSocketFd(String host, int port, int timeoutMs) in openSocketFd() method in RemoteSocketFactoryClient
743 private FileDescriptor openSocketFd(String host, int port, int timeoutMs) throws Exception { in openSocketFd() method in VpnTest