Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/include/audio/
DAudioProtocol.h82 AudioProtocol(ClientSocket& socket, uint32_t command) in AudioProtocol()
105 CmdDownload(ClientSocket& socket) in CmdDownload()
114 CmdStartPlayback(ClientSocket& socket) in CmdStartPlayback()
122 CmdStopPlayback(ClientSocket& socket) in CmdStopPlayback()
129 CmdStartRecording(ClientSocket& socket) in CmdStartRecording()
140 CmdStopRecording(ClientSocket& socket) in CmdStopRecording()
147 CmdGetDeviceInfo(ClientSocket& socket) in CmdGetDeviceInfo()
/cts/tests/tests/net/src/android/net/cts/
DVpnServiceTest.java64 DatagramSocket socket = new DatagramSocket(); in testProtect_DatagramSocket() local
78 Socket socket = new Socket(); in testProtect_Socket() local
92 DatagramSocket socket = new DatagramSocket(); in testProtect_int() local
DSSLCertificateSocketFactoryTest.java76 Socket socket = new Socket(); in testCreateSocket() local
82 Socket socket = null; in testCreateSocket() local
DLocalSocketTest.java115 LocalSocket socket = new LocalSocket(); in testAccessors() local
DTrafficStatsTest.java127 Socket socket = new Socket("localhost", server.getLocalPort()); in testTrafficStatsForLocalhost() local
157 Socket socket = server.accept(); in testTrafficStatsForLocalhost() local
/cts/tests/tests/security/src/android/security/cts/
DOpenSSLEarlyCCSTest.java241 SSLSocket socket = (SSLSocket) sslContext.getSocketFactory().createSocket(); in clientConnectAndHandshake() local
288 SSLSocket socket = null; in serverAcceptAndHandshake() local
502 private synchronized void setServerListeningSocket(SSLServerSocket socket) { in setServerListeningSocket()
510 private synchronized void setServerSocket(SSLSocket socket) { in setServerSocket()
518 private synchronized void setClientSocket(SSLSocket socket) { in setClientSocket()
526 private synchronized void setMitmListeningSocket(ServerSocket socket) { in setMitmListeningSocket()
534 private synchronized void setMitmServerSocket(Socket socket) { in setMitmServerSocket()
542 private synchronized void setMitmClientSocket(Socket socket) { in setMitmClientSocket()
DOpenSSLHeartbleedTest.java244 SSLSocket socket = (SSLSocket) sslContext.getSocketFactory().createSocket(); in clientConnectAndHandshake() local
290 SSLSocket socket = null; in serverAcceptAndHandshake() local
537 private synchronized void setServerListeningSocket(SSLServerSocket socket) { in setServerListeningSocket()
545 private synchronized void setServerSocket(SSLSocket socket) { in setServerSocket()
553 private synchronized void setClientSocket(SSLSocket socket) { in setClientSocket()
561 private synchronized void setMitmListeningSocket(ServerSocket socket) { in setMitmListeningSocket()
569 private synchronized void setMitmServerSocket(Socket socket) { in setMitmServerSocket()
577 private synchronized void setMitmClientSocket(Socket socket) { in setMitmClientSocket()
888 public static void closeQuietly(ServerSocket socket) { in closeQuietly()
896 public static void closeQuietly(Socket socket) { in closeQuietly()
[all …]
/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioGroupTest.java77 private void assertPacket(DatagramSocket socket, int length) throws Exception { in assertPacket()
84 private void drain(DatagramSocket socket) throws Exception { in drain()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothTest.java85 BluetoothServerSocket socket = mAdapter.listenUsingRfcommWithServiceRecord( in testListenUsingRfcommWithServiceRecord() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java165 public synchronized void connected(BluetoothSocket socket, BluetoothDevice in connected()
300 BluetoothSocket socket = null; in run() local
434 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread()
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
DCreatePrivateDataTest.java209 Socket socket = new Socket("localhost", server.getLocalPort()); in createTrafficStatsWithTags() local
230 Socket socket = server.accept(); in createTrafficStatsWithTags() local
/cts/suite/audio_quality/lib/src/audio/
DAudioProtocol.cpp52 bool AudioProtocol::handleReplyHeader(ClientSocket& socket, uint32_t* data, CommandId& id) in handleReplyHeader()
DRemoteAudio.cpp29 RemoteAudio::RemoteAudio(ClientSocket& socket) in RemoteAudio()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicAdapterTest.java215 BluetoothServerSocket socket = adapter.listenUsingRfcommWithServiceRecord( in test_listenUsingRfcommWithServiceRecord() local
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java293 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
298 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java356 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) { in chooseClientAlias()
375 Socket socket) { in chooseServerAlias()
/cts/tests/tests/net/src/android/net/wifi/cts/
DNsdManagerTest.java266 ServerSocket socket; in runTest() local
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java102 Socket socket; in testFromSocket() local
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java235 Socket socket = null; in shutdown() local
1017 Socket socket = mSocket.accept(); in run() local
DTestWebServer.java580 Socket socket = mSocket.accept(); in run() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1432 public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) { in chooseClientAlias()
1437 public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) { in chooseServerAlias()