/frameworks/support/v4/java/android/support/v4/net/ |
D | TrafficStatsCompat.java | 36 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/ |
D | PskKeyManager.java | 137 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()
|
D | Network.java | 141 Socket socket = createSocket(); in connectToHost() local 160 Socket socket = createSocket(); in createSocket() local 168 Socket socket = createSocket(); in createSocket() local 180 Socket socket = new Socket(); in createSocket() local 305 public void bindSocket(DatagramSocket socket) throws IOException { in bindSocket() 321 public void bindSocket(Socket socket) throws IOException { in bindSocket()
|
D | SSLCertificateSocketFactory.java | 187 public static void verifyHostname(Socket socket, String hostname) throws IOException { in verifyHostname() 335 public byte[] getNpnSelectedProtocol(Socket socket) { in getNpnSelectedProtocol() 349 public byte[] getAlpnSelectedProtocol(Socket socket) { in getAlpnSelectedProtocol() 386 public void setUseSessionTickets(Socket socket, boolean useSessionTickets) { in setUseSessionTickets() 398 public void setHostname(Socket socket, String hostName) { in setHostname() 413 public void setSoWriteTimeout(Socket socket, int writeTimeoutMilliseconds) in setSoWriteTimeout() 418 private static OpenSSLSocketImpl castToOpenSSLSocket(Socket socket) { in castToOpenSSLSocket()
|
D | VpnService.java | 208 public boolean protect(int socket) { in protect() 218 public boolean protect(Socket socket) { in protect() 229 public boolean protect(DatagramSocket socket) { in protect()
|
D | TrafficStats.java | 194 public static void tagSocket(Socket socket) throws SocketException { in tagSocket() 201 public static void untagSocket(Socket socket) throws SocketException { in untagSocket()
|
D | SntpClient.java | 73 DatagramSocket socket = null; in requestTime() local
|
D | DnsPinger.java | 100 DatagramSocket socket; field in DnsPinger.ActivePing
|
/frameworks/support/v4/ics/android/support/v4/net/ |
D | TrafficStatsCompatIcs.java | 48 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/ |
D | RtpStream.cpp | 48 int socket = ::socket(ss.ss_family, SOCK_DGRAM, 0); in create() local 91 int socket = env->GetIntField(thiz, gSocket); in close() local
|
D | AudioGroup.cpp | 165 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote, in set() 940 jint socket, jstring jRemoteAddress, jint remotePort, in add()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupTransport.java | 391 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) { in performFullBackup() 465 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk() 586 …public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) throws Remote… in performFullBackup() 601 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk()
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | IBackupTransport.aidl | 240 int performFullBackup(in PackageInfo targetPackage, in ParcelFileDescriptor socket); in performFullBackup() 275 int getNextFullRestoreDataChunk(in ParcelFileDescriptor socket); in getNextFullRestoreDataChunk()
|
D | LocalTransport.java | 315 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) { in performFullBackup() 593 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk()
|
/frameworks/base/core/java/android/net/http/ |
D | CertificateChainValidator.java | 256 SSLSocket socket, String errorMessage, String defaultErrorMessage) in closeSocketThrowException() 262 private void closeSocketThrowException(SSLSocket socket, in closeSocketThrowException()
|
D | AndroidHttpClientConnection.java | 77 private Socket socket = null; field in AndroidHttpClientConnection 91 final Socket socket, in bind()
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
D | ProxyServer.java | 175 private void sendLine(Socket socket, String line) throws IOException { in sendLine() 200 Socket socket = serverSocket.accept(); in run() local
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMapRfcommTransport.java | 32 public BluetoothMapRfcommTransport(BluetoothSocket socket) { in BluetoothMapRfcommTransport()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 1092 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingRfcommOn() local 1203 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord() local 1226 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingInsecureRfcommOn() local 1248 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingEncryptedRfcommOn() local 1269 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingScoOn() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | NativeDaemonConnector.java | 80 NativeDaemonConnector(INativeDaemonConnectorCallbacks callbacks, String socket, in NativeDaemonConnector() 86 NativeDaemonConnector(INativeDaemonConnectorCallbacks callbacks, String socket, in NativeDaemonConnector() 146 LocalSocket socket = null; in listenToSocket() local
|
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/ |
D | BandwidthEnforcementTestService.java | 155 final DatagramSocket socket = new DatagramSocket(); in testDns() local
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_transport.cpp | 94 TCPStream::TCPStream(int socket) { in TCPStream()
|
/frameworks/base/core/jni/ |
D | android_net_NetUtils.cpp | 239 static jint android_net_utils_bindSocketToNetwork(JNIEnv *env, jobject thiz, jint socket, in android_net_utils_bindSocketToNetwork() 245 static jboolean android_net_utils_protectFromVpn(JNIEnv *env, jobject thiz, jint socket) in android_net_utils_protectFromVpn()
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
D | AudioGroup.java | 162 private native long nativeAdd(int mode, int socket, String remoteAddress, in nativeAdd()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | SSLSocketTest.java | 85 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
|