Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 25 of 32) 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/
DPskKeyManager.java137 public String chooseServerKeyIdentityHint(Socket socket) { in chooseServerKeyIdentityHint()
168 public String chooseClientKeyIdentity(String identityHint, Socket socket) { in chooseClientKeyIdentity()
203 public SecretKey getKey(String identityHint, String identity, Socket socket) { in getKey()
DSSLCertificateSocketFactory.java189 public static void verifyHostname(Socket socket, String hostname) throws IOException { in verifyHostname()
337 public byte[] getNpnSelectedProtocol(Socket socket) { in getNpnSelectedProtocol()
351 public byte[] getAlpnSelectedProtocol(Socket socket) { in getAlpnSelectedProtocol()
388 public void setUseSessionTickets(Socket socket, boolean useSessionTickets) { in setUseSessionTickets()
400 public void setHostname(Socket socket, String hostName) { in setHostname()
415 public void setSoWriteTimeout(Socket socket, int writeTimeoutMilliseconds) in setSoWriteTimeout()
420 private static OpenSSLSocketImpl castToOpenSSLSocket(Socket socket) { in castToOpenSSLSocket()
DNetwork.java140 Socket socket = createSocket(); in connectToHost() local
159 Socket socket = createSocket(); in createSocket() local
167 Socket socket = createSocket(); in createSocket() local
179 Socket socket = new Socket(); in createSocket() local
304 public void bindSocket(DatagramSocket socket) throws IOException { in bindSocket()
316 public void bindSocket(Socket socket) throws IOException { in bindSocket()
DVpnService.java209 public boolean protect(int socket) { in protect()
219 public boolean protect(Socket socket) { in protect()
230 public boolean protect(DatagramSocket socket) { in protect()
DTrafficStats.java198 public static void tagSocket(Socket socket) throws SocketException { in tagSocket()
205 public static void untagSocket(Socket socket) throws SocketException { in untagSocket()
DSntpClient.java73 DatagramSocket socket = null; in requestTime() local
DDnsPinger.java100 DatagramSocket socket; field in DnsPinger.ActivePing
/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/opt/net/voip/src/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
DAudioGroup.cpp167 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote, in set()
944 jint socket, jstring jRemoteAddress, jint remotePort, in add()
/frameworks/base/core/java/android/app/backup/
DBackupTransport.java400 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) { in performFullBackup()
501 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk()
622 …public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) throws Remote… in performFullBackup()
642 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk()
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl240 int performFullBackup(in PackageInfo targetPackage, in ParcelFileDescriptor socket); in performFullBackup()
276 int getNextFullRestoreDataChunk(in ParcelFileDescriptor socket); in getNextFullRestoreDataChunk()
DLocalTransport.java328 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) { in performFullBackup()
628 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk()
/frameworks/base/core/java/org/apache/http/conn/scheme/
DLayeredSocketFactory.java71 Socket socket, in createSocket()
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DProxyServer.java240 private void sendLine(Socket socket, String line) throws IOException { in sendLine()
254 private void skipToRequestBody(Socket socket) throws IOException { in skipToRequestBody()
337 Socket socket = serverSocket.accept(); in run() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapRfcommTransport.java32 public BluetoothMapRfcommTransport(BluetoothSocket socket) { in BluetoothMapRfcommTransport()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1513 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingRfcommOn() local
1629 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord() local
1652 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingInsecureRfcommOn() local
1677 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingEncryptedRfcommOn() local
1701 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingScoOn() local
1727 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingL2capOn() local
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
DBandwidthEnforcementTestService.java155 final DatagramSocket socket = new DatagramSocket(); in testDns() local
/frameworks/base/services/core/java/com/android/server/
DNativeDaemonConnector.java80 NativeDaemonConnector(INativeDaemonConnectorCallbacks callbacks, String socket, in NativeDaemonConnector()
86 NativeDaemonConnector(INativeDaemonConnectorCallbacks callbacks, String socket, in NativeDaemonConnector()
154 LocalSocket socket = null; in listenToSocket() local
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_transport.cpp94 TCPStream::TCPStream(int socket) { in TCPStream()
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioGroup.java164 private native long nativeAdd(int mode, int socket, String remoteAddress, in nativeAdd()
/frameworks/base/core/jni/
Dandroid_net_NetUtils.cpp283 static jint android_net_utils_bindSocketToNetwork(JNIEnv *env, jobject thiz, jint socket, in android_net_utils_bindSocketToNetwork()
289 static jboolean android_net_utils_protectFromVpn(JNIEnv *env, jobject thiz, jint socket) in android_net_utils_protectFromVpn()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java389 final Socket socket, in createSocket()
/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java89 ZygoteConnection(LocalSocket socket, String abiList) throws IOException { in ZygoteConnection()

12