Home
last modified time | relevance | path

Searched refs:sockType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DLocalSocket.java42 private final int sockType; field in LocalSocket
66 public LocalSocket(int sockType) { in LocalSocket() argument
67 this(new LocalSocketImpl(), sockType); in LocalSocket()
70 private LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket() argument
72 this.sockType = sockType; in LocalSocket()
98 private static LocalSocket createConnectedLocalSocket(LocalSocketImpl impl, int sockType) { in createConnectedLocalSocket() argument
99 LocalSocket socket = new LocalSocket(impl, sockType); in createConnectedLocalSocket()
124 impl.create(sockType); in implCreateIfNeeded()
DLocalSocketImpl.java207 public void create(int sockType) throws IOException { in create() argument
213 switch (sockType) { in create()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkDiagnostics.java446 int sockType, int protocol, long writeTimeout, long readTimeout, int dstPort) in setupSocket() argument
451 mFileDescriptor = Os.socket(mAddressFamily, sockType, protocol); in setupSocket()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43885 Landroid/net/LocalSocket;->sockType:I