Searched refs:sockType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | LocalSocket.java | 42 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()
|
D | LocalSocketImpl.java | 207 public void create(int sockType) throws IOException { in create() argument 213 switch (sockType) { in create()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkDiagnostics.java | 446 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/ |
D | hiddenapi-greylist-max-o.txt | 43885 Landroid/net/LocalSocket;->sockType:I
|