/frameworks/support/v4/java/android/support/v4/net/ |
D | TrafficStatsCompat.java | 37 void tagSocket(Socket socket) throws SocketException; in tagSocket() 38 void untagSocket(Socket socket) throws SocketException; in untagSocket() 39 void tagDatagramSocket(DatagramSocket socket) throws SocketException; in tagDatagramSocket() 40 void untagDatagramSocket(DatagramSocket socket) throws SocketException; in untagDatagramSocket() 79 public void tagSocket(Socket socket) { in tagSocket() 83 public void untagSocket(Socket socket) { in untagSocket() 87 public void tagDatagramSocket(DatagramSocket socket) { in tagDatagramSocket() 91 public void untagDatagramSocket(DatagramSocket socket) { in untagDatagramSocket() 122 public void tagSocket(Socket socket) throws SocketException { in tagSocket() 127 public void untagSocket(Socket socket) throws SocketException { in untagSocket() [all …]
|
/frameworks/support/v4/ics/android/support/v4/net/ |
D | TrafficStatsCompatIcs.java | 50 public static void tagSocket(Socket socket) throws SocketException { in tagSocket() 54 public static void untagSocket(Socket socket) throws SocketException { in untagSocket() 58 public static void tagDatagramSocket(DatagramSocket socket) throws SocketException { in tagDatagramSocket() 68 public static void untagDatagramSocket(DatagramSocket socket) throws SocketException { in untagDatagramSocket()
|
D | DatagramSocketWrapper.java | 32 public DatagramSocketWrapper(DatagramSocket socket, FileDescriptor fd) throws SocketException { in DatagramSocketWrapper() 40 public DatagramSocketImplWrapper(DatagramSocket socket, FileDescriptor fd) { in DatagramSocketImplWrapper()
|
/frameworks/support/v4/api24/android/support/v4/net/ |
D | TrafficStatsCompatApi24.java | 26 public static void tagDatagramSocket(DatagramSocket socket) throws SocketException { in tagDatagramSocket() 30 public static void untagDatagramSocket(DatagramSocket socket) throws SocketException { in untagDatagramSocket()
|
/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 | SSLCertificateSocketFactory.java | 189 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()
|
D | Network.java | 140 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()
|
D | VpnService.java | 209 public boolean protect(int socket) { in protect() 219 public boolean protect(Socket socket) { in protect() 230 public boolean protect(DatagramSocket socket) { in protect()
|
D | TrafficStats.java | 232 public static void tagSocket(Socket socket) throws SocketException { in tagSocket() 239 public static void untagSocket(Socket socket) throws SocketException { in untagSocket() 252 public static void tagDatagramSocket(DatagramSocket socket) throws SocketException { in tagDatagramSocket() 259 public static void untagDatagramSocket(DatagramSocket socket) throws SocketException { in untagDatagramSocket()
|
/frameworks/base/services/core/java/com/android/server/ |
D | RecoverySystemService.java | 90 LocalSocket socket = connectService(); in uncrypt() local 164 LocalSocket socket = new LocalSocket(); in connectService() local 200 LocalSocket socket = connectService(); in setupOrClearBcb() local
|
/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
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupTransport.java | 411 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket, in performFullBackup() 420 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) { in performFullBackup() 545 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk() 666 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket, in performFullBackup() 698 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | ClientKeyManager.java | 52 public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) { in chooseClientAlias() 71 public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) { in chooseServerAlias()
|
D | WiFiKeyManager.java | 84 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) { in chooseClientAlias() 138 public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) { in chooseServerAlias()
|
/frameworks/base/core/java/org/apache/http/conn/scheme/ |
D | LayeredSocketFactory.java | 71 Socket socket, in createSocket()
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
D | ProxyServer.java | 240 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/base/core/java/com/android/internal/backup/ |
D | IBackupTransport.aidl | 237 int performFullBackup(in PackageInfo targetPackage, in ParcelFileDescriptor socket, int flags); in performFullBackup() 293 int getNextFullRestoreDataChunk(in ParcelFileDescriptor socket); in getNextFullRestoreDataChunk()
|
/frameworks/base/core/java/android/security/net/config/ |
D | RootTrustManager.java | 60 public void checkClientTrusted(X509Certificate[] certs, String authType, Socket socket) in checkClientTrusted() 78 public void checkServerTrusted(X509Certificate[] certs, String authType, Socket socket) in checkServerTrusted()
|
D | NetworkSecurityTrustManager.java | 73 public void checkClientTrusted(X509Certificate[] certs, String authType, Socket socket) in checkClientTrusted() 91 public void checkServerTrusted(X509Certificate[] certs, String authType, Socket socket) in checkServerTrusted()
|
/frameworks/base/core/jni/ |
D | android_net_NetUtils.cpp | 144 static jint android_net_utils_bindSocketToNetwork(JNIEnv *env, jobject thiz, jint socket, in android_net_utils_bindSocketToNetwork() 150 static jboolean android_net_utils_protectFromVpn(JNIEnv *env, jobject thiz, jint socket) in android_net_utils_protectFromVpn()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 1591 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingRfcommOn() local 1707 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord() local 1730 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingInsecureRfcommOn() local 1755 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingEncryptedRfcommOn() local 1779 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingScoOn() local 1805 BluetoothServerSocket socket = new BluetoothServerSocket( in listenUsingL2capOn() local
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMapRfcommTransport.java | 32 public BluetoothMapRfcommTransport(BluetoothSocket socket) { in BluetoothMapRfcommTransport()
|
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/ |
D | GenericSoundModelTest.java | 165 Socket socket = new Socket(InetAddress.getLocalHost(), 14035); in testTriggerGenericSoundModel() local 241 Socket socket = new Socket(InetAddress.getLocalHost(), 14035); in testFuzzGenericSoundModel() local
|
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/ |
D | BTtraffic.java | 193 BluetoothSocket socket = null; in run() local 280 BluetoothSocket socket = null; in run() local
|
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/ |
D | BandwidthEnforcementTestService.java | 155 final DatagramSocket socket = new DatagramSocket(); in testDns() local
|