Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/include/audio/
DAudioProtocol.h82 AudioProtocol(ClientSocket& socket, uint32_t command) in AudioProtocol()
105 explicit CmdDownload(ClientSocket& socket) in CmdDownload()
114 explicit CmdStartPlayback(ClientSocket& socket) in CmdStartPlayback()
122 explicit CmdStopPlayback(ClientSocket& socket) in CmdStopPlayback()
129 explicit CmdStartRecording(ClientSocket& socket) in CmdStartRecording()
140 explicit CmdStopRecording(ClientSocket& socket) in CmdStopRecording()
147 explicit CmdGetDeviceInfo(ClientSocket& socket) in CmdGetDeviceInfo()
/cts/tests/tests/netpermission/internetpermission/src/android/net/cts/network/permission/
DInternetPermissionTest.java44 Socket socket = new Socket("example.com", 80); in testCreateSocket() local
/cts/tests/tests/netpermission/updatestatspermission/src/android/net/cts/network/permission/
DUpdateStatsPermissionTest.java55 Socket socket = new Socket("example.com", 80); in testUpdateDeviceStatsPermission() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplTcpClient.java38 private Socket socket; field in SuplTcpClient
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java184 FileDescriptor socket = Os.socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP); in checkPing() local
232 FileDescriptor socket = null; in tryPosixConnect() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothTest.java84 BluetoothServerSocket socket = mAdapter.listenUsingRfcommWithServiceRecord( in testListenUsingRfcommWithServiceRecord() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java219 public synchronized void connected(BluetoothSocket socket, BluetoothDevice in connected()
370 BluetoothSocket socket = null; in run() local
531 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread()
/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/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java292 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
297 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
DStreamingMediaPlayerTest.java646 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
651 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
DNativeDecoderTest.java1043 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
1048 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicAdapterTest.java246 BluetoothServerSocket socket = adapter.listenUsingRfcommWithServiceRecord( in test_listenUsingRfcommWithServiceRecord() local
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
DAccessPrivateDataTest.java186 final Socket socket = new Socket(); in testTrafficStatsStatsUidSelf() local
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
DMyProvider.java132 final Socket socket = server.accept(); in run() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathInBandTestCase.java252 Socket socket = info.first.getSocketFactory().createSocket(peerIpv6, peerPort); in executeTestSubscriber() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java423 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) { in chooseClientAlias()
442 Socket socket) { in chooseServerAlias()
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java370 try (Socket socket = new Socket("example.com", 80)) { in testUntaggedSocketsRaw()
379 try (Socket socket = new Socket("example.com", 80)) { in testUntaggedSocketsRaw()
470 try (Socket socket = new Socket("example.com", 80)) { in testNetwork()
DParcelFileDescriptorTest.java126 Socket socket; in testFromSocket() local
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/
DListeningPortsTest.java149 Socket socket = new Socket(); in isTcpConnectable() local
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java1057 Socket socket = mSocket.accept(); in run() local
1127 HttpRequest request, Socket socket) { in HandleResponseTask()
DTestWebServer.java580 Socket socket = mSocket.accept(); in run() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1812 public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) { in chooseClientAlias()
1823 public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) { in chooseServerAlias()