Home
last modified time | relevance | path

Searched defs:socket (Results 51 – 75 of 2840) sorted by relevance

12345678910>>...114

/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
H A DSSLServerSocketTest.java53 SSLServerSocket socket = in testSetEnabledCipherSuitesAffectsGetter_TLS12() local
64 SSLServerSocket socket = in testSetEnabledCipherSuitesAffectsGetter_TLS13() local
77 SSLServerSocket socket = in testSetEnabledCipherSuitesStoresCopy() local
88 SSLServerSocket socket = in testSetEnabledProtocolsAffectsGetter() local
97 SSLServerSocket socket = in testSetEnabledProtocolsStoresCopy() local
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/
H A DTrafficStatsSocketFactory.java39 Socket socket = delegate.createSocket(); in createSocket() local
47 Socket socket = delegate.createSocket(host, port); in createSocket() local
56 Socket socket = delegate.createSocket(host, port, localHost, localPort); in createSocket() local
64 Socket socket = delegate.createSocket(host, port); in createSocket() local
73 Socket socket = delegate.createSocket(address, port, localAddress, localPort); in createSocket() local
/aosp_15_r20/external/openthread/tools/harness-automation/autothreadharness/
H A Dpdu_controller.py221 def _outlet_oid_get(self, param, socket): argument
289 def _outlet_value_set(self, cmd, socket, value=1): argument
306 def _outlet_value_get(self, cmd, socket): argument
321 def validate_state(self, socket, state): argument
408 def _change_state(self, socket, state): argument
411 def _turn_off(self, socket): argument
414 def _turn_on(self, socket): argument
/aosp_15_r20/external/webrtc/rtc_base/
H A Dvirtual_socket_server.cc141 VirtualSocket::SafetyBlock::SafetyBlock(VirtualSocket* socket) in SafetyBlock()
355 auto socket = std::make_unique<VirtualSocket>(socket_.server_, AF_INET, in Accept() local
405 VirtualSocket* socket = this; in PostPacket() local
489 VirtualSocket* socket = this; in PostDisconnect() local
775 VirtualSocket* socket = LookupConnection(addr_local, addr_remote); in CloseTcpConnections() local
788 int VirtualSocketServer::Bind(VirtualSocket* socket, in Bind()
855 VirtualSocket* socket) { in Unbind()
896 int VirtualSocketServer::Connect(VirtualSocket* socket, in Connect()
918 bool VirtualSocketServer::Disconnect(VirtualSocket* socket) { in Disconnect()
935 VirtualSocket* socket = LookupConnection(local_addr, remote_addr); in Disconnect() local
[all …]
H A Dasync_udp_socket.cc32 AsyncUDPSocket* AsyncUDPSocket::Create(Socket* socket, in Create()
44 Socket* socket = factory->CreateSocket(bind_address.family(), SOCK_DGRAM); in Create() local
50 AsyncUDPSocket::AsyncUDPSocket(Socket* socket) : socket_(socket) { in AsyncUDPSocket()
112 void AsyncUDPSocket::OnReadEvent(Socket* socket) { in OnReadEvent()
147 void AsyncUDPSocket::OnWriteEvent(Socket* socket) { in OnWriteEvent()
H A Dasync_socket.cc18 AsyncSocketAdapter::AsyncSocketAdapter(Socket* socket) in AsyncSocketAdapter()
97 void AsyncSocketAdapter::OnConnectEvent(Socket* socket) { in OnConnectEvent()
101 void AsyncSocketAdapter::OnReadEvent(Socket* socket) { in OnReadEvent()
105 void AsyncSocketAdapter::OnWriteEvent(Socket* socket) { in OnWriteEvent()
109 void AsyncSocketAdapter::OnCloseEvent(Socket* socket, int err) { in OnCloseEvent()
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DNetwork.java208 Socket socket = createSocket(); in connectToHost() local
234 Socket socket = createSocket(); in createSocket() local
248 Socket socket = createSocket(); in createSocket() local
266 Socket socket = new Socket(); in createSocket() local
381 public void bindSocket(DatagramSocket socket) throws IOException { in bindSocket()
400 public void bindSocket(Socket socket) throws IOException { in bindSocket()
/aosp_15_r20/external/openscreen/cast/receiver/
H A Dapplication_agent.cc98 std::unique_ptr<CastSocket> socket) { in OnConnected()
107 CastSocket* socket, in OnMessage()
176 void ApplicationAgent::OnClose(CastSocket* socket) { in OnClose()
183 void ApplicationAgent::OnError(CastSocket* socket, Error error) { in OnError()
224 CastSocket* socket) { in HandleLaunch()
283 CastSocket* socket) { in SwitchToApplication()
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DConnectionSpecTest.java89 SSLSocket socket = (SSLSocket) SSLSocketFactory.getDefault().createSocket(); in tls_defaultCiphers_noFallbackIndicator() local
124 SSLSocket socket = (SSLSocket) SSLSocketFactory.getDefault().createSocket(); in tls_defaultCiphers_withFallbackIndicator() local
162 SSLSocket socket = (SSLSocket) SSLSocketFactory.getDefault().createSocket(); in tls_explicitCiphers() local
202 SSLSocket socket = (SSLSocket) SSLSocketFactory.getDefault().createSocket(); in tls_missingRequiredCipher() local
270 SSLSocket socket = (SSLSocket) SSLSocketFactory.getDefault().createSocket(); in tls_missingTlsVersion() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/
DQosSocketFilterTest.java103 DatagramSocket socket = new DatagramSocket(new InetSocketAddress("127.0.0.1", 0)); in testProtocolMatch() local
121 DatagramSocket socket = new DatagramSocket(new InetSocketAddress("127.0.0.1", 0)); in testValidate() local
137 DatagramSocket socket; in testValidateUnbind() local
147 DatagramSocket socket = new DatagramSocket(null); in testValidateLocalAddressChanged() local
163 DatagramSocket socket; in testValidateRemoteAddressChanged() local
/aosp_15_r20/external/openscreen/discovery/mdns/
H A Dmdns_sender_unittest.cc106 StrictMock<MockUdpSocket> socket; in TEST_F() local
118 StrictMock<MockUdpSocket> socket; in TEST_F() local
132 StrictMock<MockUdpSocket> socket; in TEST_F() local
147 StrictMock<MockUdpSocket> socket; in TEST_F() local
157 FakeUdpSocket socket(nullptr, &socket_client); in TEST_F() local
/aosp_15_r20/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internal/
H A DPlatform.java110 public void tagSocket(Socket socket) throws SocketException { in tagSocket()
114 public void untagSocket(Socket socket) throws SocketException { in untagSocket()
159 public String getSelectedProtocol(SSLSocket socket) { in getSelectedProtocol()
180 public void connectSocket(Socket socket, InetSocketAddress address, in connectSocket()
240 private static boolean isPlatformSocket(SSLSocket socket) { in isPlatformSocket()
/aosp_15_r20/external/okhttp/android/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java106 public void tagSocket(Socket socket) throws SocketException { in tagSocket()
110 public void untagSocket(Socket socket) throws SocketException { in untagSocket()
155 public String getSelectedProtocol(SSLSocket socket) { in getSelectedProtocol()
176 public void connectSocket(Socket socket, InetSocketAddress address, in connectSocket()
236 private static boolean isPlatformSocket(SSLSocket socket) { in isPlatformSocket()
/aosp_15_r20/external/openscreen/osp/impl/quic/
H A Dquic_connection_factory_impl.cc103 void QuicConnectionFactoryImpl::OnRead(UdpSocket* socket, in OnRead()
158 std::unique_ptr<UdpSocket> socket = std::move(create_result.value()); in Connect() local
189 UdpSocket* const socket = entry->second.socket; in OnConnectionClosed() local
208 void QuicConnectionFactoryImpl::OnError(UdpSocket* socket, Error error) { in OnError()
212 void QuicConnectionFactoryImpl::OnSendError(UdpSocket* socket, Error error) { in OnSendError()
/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc217 void PeerConnectionClient::OnConnect(rtc::Socket* socket) { in OnConnect()
224 void PeerConnectionClient::OnHangingGetConnect(rtc::Socket* socket) { in OnHangingGetConnect()
273 bool PeerConnectionClient::ReadIntoBuffer(rtc::Socket* socket, in ReadIntoBuffer()
311 void PeerConnectionClient::OnRead(rtc::Socket* socket) { in OnRead()
363 void PeerConnectionClient::OnHangingGetRead(rtc::Socket* socket) { in OnHangingGetRead()
461 void PeerConnectionClient::OnClose(rtc::Socket* socket, int err) {
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_client_windows.cc52 grpc_winsocket* socket; member
62 grpc_winsocket* socket) { in async_connect_unlock_and_cleanup()
75 grpc_winsocket* socket = ac->socket; in on_alarm() local
90 grpc_winsocket* socket = ac->socket; in on_connect() local
140 grpc_winsocket* socket = NULL; in tcp_connect() local
/aosp_15_r20/external/aws-sdk-java-v2/test/http-client-tests/src/main/java/software/amazon/awssdk/http/
H A DRecordingNetworkTrafficListener.java32 public void opened(Socket socket) { in opened()
37 public void incoming(Socket socket, ByteBuffer byteBuffer) { in incoming()
42 public void outgoing(Socket socket, ByteBuffer byteBuffer) { in outgoing()
47 public void closed(Socket socket) { in closed()
H A DConnectionCountingTrafficListener.java33 public void opened(Socket socket) { in opened()
38 public void incoming(Socket socket, ByteBuffer bytes) { in incoming()
43 public void outgoing(Socket socket, ByteBuffer bytes) { in outgoing()
47 public void closed(Socket socket) { in closed()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/
H A DRecordingNetworkTrafficListener.java32 public void opened(Socket socket) { in opened()
37 public void incoming(Socket socket, ByteBuffer byteBuffer) { in incoming()
42 public void outgoing(Socket socket, ByteBuffer byteBuffer) { in outgoing()
47 public void closed(Socket socket) { in closed()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_client_windows.cc52 grpc_winsocket* socket; member
62 grpc_winsocket* socket) { in async_connect_unlock_and_cleanup()
75 grpc_winsocket* socket = ac->socket; in on_alarm() local
90 grpc_winsocket* socket = ac->socket; in on_connect() local
140 grpc_winsocket* socket = NULL; in tcp_connect() local
/aosp_15_r20/libcore/dalvik/src/main/java/dalvik/system/
H A DSocketTagger.java90 public final void tag(Socket socket) throws SocketException { in tag()
112 public final void untag(Socket socket) throws SocketException { in untag()
129 public final void tag(DatagramSocket socket) throws SocketException { in tag()
150 public final void untag(DatagramSocket socket) throws SocketException { in untag()
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/unix/uds/
Dlistener.rs14 let socket = unsafe { net::UnixListener::from_raw_fd(fd) }; in bind_addr() localVariable
53 let socket = { in accept() localVariable
79 let socket = syscall!(accept( in accept() localVariable
103 let socket = socket.map(UnixStream::from_std)?; in accept() localVariable
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNetwork.java39 public boolean isSocketBound(Socket socket) { in isSocketBound()
44 public boolean isSocketBound(DatagramSocket socket) { in isSocketBound()
63 protected void bindSocket(DatagramSocket socket) { in bindSocket()
72 protected void bindSocket(Socket socket) { in bindSocket()
/aosp_15_r20/bootable/recovery/uncrypt/
H A Duncrypt.cpp199 static bool write_status_to_socket(int status, int socket) { in write_status_to_socket()
244 const std::string& blk_dev, bool encrypted, bool f2fs_fs, int socket) { in ProductBlockMap()
469 static int Uncrypt(const std::string& input_path, const std::string& map_file, int socket) { in Uncrypt()
514 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper()
556 static bool clear_bcb(const int socket) { in clear_bcb()
567 static bool setup_bcb(const int socket) { in setup_bcb()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/operations/
Dcomposed_3.cpp37 auto async_write_message(tcp::socket& socket, in async_write_message()
76 { in async_write_message()
131 tcp::socket socket = acceptor.accept(); in test_callback() local
157 tcp::socket socket = acceptor.accept(); in test_future() local

12345678910>>...114