/cts/suite/audio_quality/lib/include/audio/ |
D | AudioProtocol.h | 82 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/ |
D | InternetPermissionTest.java | 44 Socket socket = new Socket("example.com", 80); in testCreateSocket() local
|
/cts/tests/tests/netpermission/updatestatspermission/src/android/net/cts/network/permission/ |
D | UpdateStatsPermissionTest.java | 55 Socket socket = new Socket("example.com", 80); in testUpdateDeviceStatsPermission() local
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/ |
D | SuplTcpClient.java | 38 private Socket socket; field in SuplTcpClient
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
D | VpnTestHelper.java | 184 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/ |
D | BluetoothTest.java | 84 BluetoothServerSocket socket = mAdapter.listenUsingRfcommWithServiceRecord( in testListenUsingRfcommWithServiceRecord() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 219 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/ |
D | AudioProtocol.cpp | 52 bool AudioProtocol::handleReplyHeader(ClientSocket& socket, uint32_t* data, CommandId& id) in handleReplyHeader()
|
D | RemoteAudio.cpp | 29 RemoteAudio::RemoteAudio(ClientSocket& socket) in RemoteAudio()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerFlakyNetworkTest.java | 292 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter() 297 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
|
D | StreamingMediaPlayerTest.java | 646 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter() 651 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
|
D | NativeDecoderTest.java | 1043 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/ |
D | BasicAdapterTest.java | 246 BluetoothServerSocket socket = adapter.listenUsingRfcommWithServiceRecord( in test_listenUsingRfcommWithServiceRecord() local
|
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/ |
D | AccessPrivateDataTest.java | 186 final Socket socket = new Socket(); in testTrafficStatsStatsUidSelf() local
|
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
D | MyProvider.java | 132 final Socket socket = server.accept(); in run() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/ |
D | DataPathInBandTestCase.java | 252 Socket socket = info.first.getSocketFactory().createSocket(peerIpv6, peerPort); in executeTestSubscriber() local
|
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/ |
D | ListeningPortsTest.java | 149 Socket socket = new Socket(); in isTcpConnectable() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | StrictModeTest.java | 436 try (Socket socket = new Socket("example.com", 80)) { in testUntaggedSocketsRaw() 445 try (Socket socket = new Socket("example.com", 80)) { in testUntaggedSocketsRaw() 536 try (Socket socket = new Socket("example.com", 80)) { in testNetwork()
|
D | ParcelFileDescriptorTest.java | 126 Socket socket; in testFromSocket() local
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | CtsTestServer.java | 1057 Socket socket = mSocket.accept(); in run() local 1127 HttpRequest request, Socket socket) { in HandleResponseTask()
|
D | TestWebServer.java | 580 Socket socket = mSocket.accept(); in run() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyPairGeneratorTest.java | 1812 public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) { in chooseClientAlias() 1823 public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) { in chooseServerAlias()
|