/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | PSKKeyManager.java | 120 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 D | DuckTypedPSKKeyManager.java | 73 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 D | async_stun_tcp_socket_unittest.cc | 65 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/ |
D | composed_8.cpp | 45 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
|
D | composed_7.cpp | 41 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/ |
D | suspend_resume_handler.cpp | 25 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 D | PSKKeyManagerProxy.java | 45 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/ |
D | uds_socket.rs | 20 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 D | DuckTypedPSKKeyManager.java | 74 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 D | PSKKeyManagerProxy.java | 46 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 D | socket_unittest.cc | 614 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 D | nat_socket_factory.cc | 239 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/ |
D | framework-connectivity-t-stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/prebuilts/sdk/extensions/3/public/ |
HD | framework-connectivity-t.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/prebuilts/sdk/33/public/ |
HD | framework-connectivity-t.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/prebuilts/sdk/extensions/4/public/ |
HD | framework-connectivity-t.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/prebuilts/module_sdk/Connectivity/4/sdk_library/public/ |
D | framework-connectivity-t-stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/frameworks/base/core/java/android/app/backup/ |
H A D | BackupTransport.java | 497 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 D | quic_session_pool.cc | 762 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/ |
D | composed_8.cpp | 113 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 D | launch_testbed.py | 87 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/ |
D | posix_socket_unittest.cc | 231 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 D | fake_quic_connection.cc | 65 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/ |
D | PbapClientSocket.java | 70 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 D | data_socket.h | 39 explicit SocketBase(NativeSocket socket) : socket_(socket) {} in SocketBase() 44 NativeSocket socket() const { return socket_; } in socket() function 64 explicit DataSocket(NativeSocket socket) in DataSocket()
|