Home
last modified time | relevance | path

Searched defs:socket (Results 176 – 200 of 2840) sorted by relevance

12345678910>>...114

/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DPSKKeyManager.java120 String chooseServerKeyIdentityHint(Socket socket); in chooseServerKeyIdentityHint()
139 String chooseClientKeyIdentity(String identityHint, Socket socket); in chooseClientKeyIdentity()
162 SecretKey getKey(String identityHint, String identity, Socket socket); in getKey()
H A DDuckTypedPSKKeyManager.java73 public String chooseServerKeyIdentityHint(Socket socket) { in chooseServerKeyIdentityHint()
95 public String chooseClientKeyIdentity(String identityHint, Socket socket) { in chooseClientKeyIdentity()
117 public SecretKey getKey(String identityHint, String identity, Socket socket) { in getKey()
/aosp_15_r20/external/webrtc/p2p/base/
H A Dasync_stun_tcp_socket_unittest.cc65 explicit AsyncStunServerTCPSocket(std::unique_ptr<rtc::Socket> socket) in AsyncStunServerTCPSocket()
67 void HandleIncomingConnection(rtc::Socket* socket) override { in HandleIncomingConnection()
98 void OnReadPacket(rtc::AsyncPacketSocket* socket, in OnReadPacket()
106 void OnSentPacket(rtc::AsyncPacketSocket* socket, in OnSentPacket()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/operations/
Dcomposed_8.cpp45 auto async_write_messages(tcp::socket& socket, in async_write_messages()
158 tcp::socket socket = acceptor.accept(); in test_callback() local
184 tcp::socket socket = acceptor.accept(); in test_future() local
Dcomposed_7.cpp41 auto async_write_messages(tcp::socket& socket, in async_write_messages()
165 tcp::socket socket = acceptor.accept(); in test_callback() local
191 tcp::socket socket = acceptor.accept(); in test_future() local
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dsuspend_resume_handler.cpp25 Result<void> WriteSuspendRequest(const SharedFD& socket) { in WriteSuspendRequest()
33 Result<void> ReadSuspendAck(const SharedFD& socket) { in ReadSuspendAck()
42 Result<void> WriteResumeRequest(const SharedFD& socket) { in WriteResumeRequest()
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
H A DPSKKeyManagerProxy.java45 protected SecretKey getKey(String identityHint, String identity, Socket socket) { in getKey()
53 protected String chooseServerKeyIdentityHint(Socket socket) { in chooseServerKeyIdentityHint()
61 protected String chooseClientKeyIdentity(String identityHint, Socket socket) { in chooseClientKeyIdentity()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Duds_socket.rs20 let socket = UnixSocket::new_datagram()?; in datagram_echo_server() localVariable
39 let socket = UnixSocket::new_datagram()?; in datagram_echo_server() localVariable
41 let socket = socket.datagram()?; in datagram_echo_server() localVariable
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DDuckTypedPSKKeyManager.java74 public String chooseServerKeyIdentityHint(Socket socket) { in chooseServerKeyIdentityHint()
96 public String chooseClientKeyIdentity(String identityHint, Socket socket) { in chooseClientKeyIdentity()
118 public SecretKey getKey(String identityHint, String identity, Socket socket) { in getKey()
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
H A DPSKKeyManagerProxy.java46 protected SecretKey getKey(String identityHint, String identity, Socket socket) { in getKey()
54 protected String chooseServerKeyIdentityHint(Socket socket) { in chooseServerKeyIdentityHint()
62 protected String chooseClientKeyIdentity(String identityHint, Socket socket) { in chooseClientKeyIdentity()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dsocket_unittest.cc614 void OnClose(Socket* socket, int error) { in OnClose()
670 explicit SocketDeleter(std::unique_ptr<Socket> socket) in SocketDeleter()
951 Socket* socket = socket_factory_->CreateSocket(loopback.family(), SOCK_DGRAM); in UdpInternal() local
1041 std::unique_ptr<Socket> socket( in GetSetOptionsInternal() local
1085 std::unique_ptr<Socket> socket( in SocketRecvTimestamp() local
1119 std::unique_ptr<Socket> socket( in UdpSocketRecvTimestampUseRtcEpoch() local
H A Dnat_socket_factory.cc239 void OnConnectEvent(Socket* socket) { in OnConnectEvent()
249 void OnReadEvent(Socket* socket) { in OnReadEvent()
258 void OnWriteEvent(Socket* socket) { in OnWriteEvent()
262 void OnCloseEvent(Socket* socket, int error) { in OnCloseEvent()
400 Socket* socket = nullptr; in CreateInternalSocket() local
/aosp_15_r20/prebuilts/module_sdk/Connectivity/3/sdk_library/public/
Dframework-connectivity-t-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/3/public/
HDframework-connectivity-t.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/33/public/
HDframework-connectivity-t.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/4/public/
HDframework-connectivity-t.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/Connectivity/4/sdk_library/public/
Dframework-connectivity-t-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java497 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket, in performFullBackup()
506 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) { in performFullBackup()
631 public int getNextFullRestoreDataChunk(ParcelFileDescriptor socket) { in getNextFullRestoreDataChunk()
894 public void performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket, in performFullBackup()
970 public void getNextFullRestoreDataChunk(ParcelFileDescriptor socket, in getNextFullRestoreDataChunk()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_session_pool.cc762 DatagramClientSocket* socket, in ConnectAndConfigureSocket()
796 DatagramClientSocket* socket, in FinishConnectAndConfigureSocket()
880 int QuicSessionPool::ConfigureSocket(DatagramClientSocket* socket, in ConfigureSocket()
968 auto socket = client_socket_factory_->CreateDatagramClientSocket( in CreateSocket() local
1291 std::unique_ptr<DatagramClientSocket> socket( in CreateSessionSync() local
1331 std::unique_ptr<DatagramClientSocket> socket( in CreateSessionAsync() local
1372 auto socket = std::make_unique<QuicProxyDatagramClientSocket>( in CreateSessionOnProxyStream() local
1429 std::unique_ptr<DatagramClientSocket> socket, in FinishCreateSession()
1464 std::unique_ptr<DatagramClientSocket> socket) { in CreateSessionHelper()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/operations/
Dcomposed_8.cpp113 auto async_write_messages(tcp::socket& socket, in async_write_messages()
163 tcp::socket socket = acceptor.accept(); in test_callback() local
189 tcp::socket socket = acceptor.accept(); in test_future() local
/aosp_15_r20/external/openthread/tools/harness-simulation/posix/
H A Dlaunch_testbed.py87 def _advertise(s: socket.socket, dst, info):
92 def advertise_devices(s: socket.socket, dst, ven: str, add: str, nodeids: Iterable[int], tag: str):
104 def advertise_sniffers(s: socket.socket, dst, add: str, ports: Iterable[int]):
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/
Dposix_socket_unittest.cc231 auto socket = pasc_.ConnectToRemoteServer("localhost", port, 250ms); in TEST_F() local
255 auto socket = pasc_.ConnectToRemoteServer("localhost", port, 250ms); in TEST_F() local
282 auto socket = pasc_.ConnectToRemoteServer("localhost", port, 250ms); in TEST_F() local
292 auto socket = pasc_.ConnectToRemoteServer("localhost", port, 250ms); in TEST_F() local
/aosp_15_r20/external/openscreen/osp/impl/quic/testing/
H A Dfake_quic_connection.cc65 void FakeQuicConnection::OnRead(UdpSocket* socket, ErrorOr<UdpPacket> data) { in OnRead()
69 void FakeQuicConnection::OnSendError(UdpSocket* socket, Error error) { in OnSendError()
73 void FakeQuicConnection::OnError(UdpSocket* socket, in OnError()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/obex/
DPbapClientSocket.java70 BluetoothSocket socket = device.createL2capSocket(psm); in getL2capSocketForDevice() local
81 BluetoothSocket socket = device.createRfcommSocket(channel); in getRfcommSocketForDevice() local
85 private PbapClientSocket(BluetoothSocket socket) { in PbapClientSocket()
/aosp_15_r20/external/webrtc/examples/peerconnection/server/
H A Ddata_socket.h39 explicit SocketBase(NativeSocket socket) : socket_(socket) {} in SocketBase()
44 NativeSocket socket() const { return socket_; } in socket() function
64 explicit DataSocket(NativeSocket socket) in DataSocket()

12345678910>>...114