Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/net/
DTrafficStatsCompat.java36 void tagSocket(Socket socket) throws SocketException; in tagSocket()
37 void untagSocket(Socket socket) throws SocketException; in untagSocket()
76 public void tagSocket(Socket socket) { in tagSocket()
80 public void untagSocket(Socket socket) { in untagSocket()
111 public void tagSocket(Socket socket) throws SocketException { in tagSocket()
116 public void untagSocket(Socket socket) throws SocketException { in untagSocket()
193 public static void tagSocket(Socket socket) throws SocketException { in tagSocket()
200 public static void untagSocket(Socket socket) throws SocketException { in untagSocket()
/frameworks/base/core/java/android/net/
DLinkSocketNotifier.java60 public void onLinkLost(LinkSocket socket); in onLinkLost()
73 public void onNewLinkUnavailable(LinkSocket socket); in onNewLinkUnavailable()
87 public void onCapabilitiesChanged(LinkSocket socket, LinkCapabilities changedCapabilities); in onCapabilitiesChanged()
DVpnService.java165 public boolean protect(int socket) { in protect()
187 public boolean protect(Socket socket) { in protect()
198 public boolean protect(DatagramSocket socket) { in protect()
DSSLCertificateSocketFactory.java180 public static void verifyHostname(Socket socket, String hostname) throws IOException { in verifyHostname()
304 public byte[] getNpnSelectedProtocol(Socket socket) { in getNpnSelectedProtocol()
DTrafficStats.java171 public static void tagSocket(Socket socket) throws SocketException { in tagSocket()
178 public static void untagSocket(Socket socket) throws SocketException { in untagSocket()
DSntpClient.java74 DatagramSocket socket = null; in requestTime() local
DDnsPinger.java100 DatagramSocket socket; field in DnsPinger.ActivePing
DIConnectivityManager.aidl115 boolean protectVpn(in ParcelFileDescriptor socket); in protectVpn()
/frameworks/support/v4/ics/android/support/v4/net/
DTrafficStatsCompatIcs.java48 public static void tagSocket(Socket socket) throws SocketException { in tagSocket()
52 public static void untagSocket(Socket socket) throws SocketException { in untagSocket()
/frameworks/base/voip/jni/rtp/
DRtpStream.cpp48 int socket = ::socket(ss.ss_family, SOCK_DGRAM, 0); in create() local
91 int socket = env->GetIntField(thiz, gSocket); in close() local
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DForwardServer.java86 private ServerSocket socket; field in ForwardServer.ServerRunner
88 public ServerRunner(ServerSocket socket) { in ServerRunner()
DAdbUtils.java115 Socket socket = new Socket(ADB_HOST, ADB_PORT); in getForwardedSocket() local
DForwarder.java62 private void shutdown(Socket socket) { in shutdown()
/frameworks/base/core/java/android/net/http/
DCertificateChainValidator.java184 SSLSocket socket, String errorMessage, String defaultErrorMessage) in closeSocketThrowException()
190 private void closeSocketThrowException(SSLSocket socket, in closeSocketThrowException()
DAndroidHttpClientConnection.java81 private Socket socket = null; field in AndroidHttpClientConnection
95 final Socket socket, in bind()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java891 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingRfcommOn() local
1003 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord() local
1072 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingInsecureRfcommOn() local
1094 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingEncryptedRfcommOn() local
1115 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingScoOn() local
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
DBandwidthEnforcementTestService.java155 final DatagramSocket socket = new DatagramSocket(); in testDns() local
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_transport.cpp94 TCPStream::TCPStream(int socket) { in TCPStream()
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
DConnectionHandler.java144 private void shutdown(Socket socket) { in shutdown()
/frameworks/base/services/jni/
Dcom_android_server_connectivity_Vpn.cpp305 static int bind_to_interface(int socket, const char *name) in bind_to_interface()
436 static void protect(JNIEnv *env, jobject thiz, jint socket, jstring jName) in protect()
/frameworks/base/voip/java/android/net/rtp/
DAudioGroup.java161 private native int nativeAdd(int mode, int socket, String remoteAddress, in nativeAdd()
/frameworks/base/tests/CoreTests/android/core/
DSSLSocketTest.java85 Socket socket = secure ? socketFactory.createSocket() in fetch() local
337 final Socket socket = clientFactory.createSocket(); in testMultithreadedClose() local
732 SSLSocket socket = (SSLSocket) sslContext.getSocketFactory() in run() local
/frameworks/base/services/java/com/android/server/connectivity/
DVpn.java149 public void protect(ParcelFileDescriptor socket, String interfaze) throws Exception { in protect()
367 private native void jniProtect(int socket, String interfaze); in jniProtect()
/frameworks/base/services/java/com/android/server/
DNativeDaemonConnector.java68 NativeDaemonConnector(INativeDaemonConnectorCallbacks callbacks, String socket, in NativeDaemonConnector()
108 LocalSocket socket = null; in listenToSocket() local
/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java190 public static ParcelFileDescriptor fromSocket(Socket socket) { in fromSocket()

12