Searched refs:sockType (Results 1 – 3 of 3) sorted by relevance
37 private final int sockType; field in LocalSocket61 public LocalSocket(int sockType) { in LocalSocket() argument62 this(new LocalSocketImpl(), sockType); in LocalSocket()81 /*package*/ LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket() argument83 this.sockType = sockType; in LocalSocket()106 impl.create(sockType); in implCreateIfNeeded()
235 public void create (int sockType) throws IOException { in create() argument240 switch (sockType) { in create()
307 int sockType, int protocol, long writeTimeout, long readTimeout, int dstPort) in setupSocket() argument309 mFileDescriptor = Os.socket(mAddressFamily, sockType, protocol); in setupSocket()