Home
last modified time | relevance | path

Searched defs:socket (Results 326 – 350 of 2840) sorted by relevance

1...<<11121314151617181920>>...114

/aosp_15_r20/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
H A DBluetoothChatService.java171 public synchronized void connected(BluetoothSocket socket, BluetoothDevice in connected()
332 BluetoothSocket socket = null; in run() local
466 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_windows.cc105 grpc_winsocket* socket; member
180 grpc_winsocket* socket = tcp->socket; in on_read() local
347 grpc_winsocket* socket = tcp->socket; in win_write() local
525 grpc_endpoint* grpc_tcp_create(grpc_winsocket* socket, in grpc_tcp_create()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_windows.cc105 grpc_winsocket* socket; member
180 grpc_winsocket* socket = tcp->socket; in on_read() local
349 grpc_winsocket* socket = tcp->socket; in win_write() local
527 grpc_endpoint* grpc_tcp_create(grpc_winsocket* socket, in grpc_tcp_create()
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DTrafficStats.java501 public static void tagSocket(@NonNull Socket socket) throws SocketException { in tagSocket()
516 public static void untagSocket(@NonNull Socket socket) throws SocketException { in untagSocket()
529 public static void tagDatagramSocket(@NonNull DatagramSocket socket) throws SocketException { in tagDatagramSocket()
536 public static void untagDatagramSocket(@NonNull DatagramSocket socket) throws SocketException { in untagDatagramSocket()
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java55 ServerSocket socket() { in socket() method in SocketTransportService.SocketListenKey
369 private Socket socket; field in SocketConnection
377 SocketConnection(Socket socket) throws IOException { in SocketConnection()
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt.module.platform.api.stubs.exportable.from-source/android_common/javac/
Dconscrypt.module.platform.api.stubs.exportable.from-source.jar ... ssl.SSLException javax.net.ssl.SSLSocket socket String label byte[] context int length public static ...
/aosp_15_r20/prebuilts/sdk/current/public/
HDconscrypt-coreplatform.jar ... ssl.SSLException javax.net.ssl.SSLSocket socket String label byte[] context int length public static ...
/aosp_15_r20/prebuilts/sdk/extensions/13/public/
HDconscrypt-coreplatform.jar ... .SSLSocket) javax.net.ssl.SSLSocket socket public static void setUseSessionTickets (javax.net.ssl ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/13/sdk_library/public/
Dconscrypt-coreplatform-stubs.jar ... .SSLSocket) javax.net.ssl.SSLSocket socket public static void setUseSessionTickets (javax.net.ssl ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt.module.platform.api.stubs.exportable/android_common/combined/
Dconscrypt.module.platform.api.stubs.exportable.jar ... ssl.SSLException javax.net.ssl.SSLSocket socket String label byte[] context int length public static ...
/aosp_15_r20/prebuilts/sdk/35/public/
HDconscrypt-coreplatform.jar ... .SSLSocket) javax.net.ssl.SSLSocket socket public static void setUseSessionTickets (javax.net.ssl ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt.module.platform.api.stubs.exportable.from-source/android_common/combined/
Dconscrypt.module.platform.api.stubs.exportable.from-source.jar ... ssl.SSLException javax.net.ssl.SSLSocket socket String label byte[] context int length public static ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/sdk_library/public/
Dconscrypt-coreplatform-stubs.jar ... .SSLSocket) javax.net.ssl.SSLSocket socket public static void setUseSessionTickets (javax.net.ssl ...
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsMultinetworkSocketClient.java85 @NonNull MdnsInterfaceSocket socket, @NonNull List<LinkAddress> addresses) { in onSocketCreated()
101 @NonNull MdnsInterfaceSocket socket) { in onInterfaceDestroyed()
221 final MdnsInterfaceSocket socket = getTargetSocket(targetSocketKey); in sendMdnsPackets() local
/aosp_15_r20/external/cronet/net/socket/
H A Dtransport_client_socket_pool.cc132 std::unique_ptr<StreamSocket> socket; member
485 std::unique_ptr<StreamSocket> socket = connect_job->PassSocket(); in RequestSocketInternal() local
541 std::unique_ptr<StreamSocket> socket = std::move(idle_socket_it->socket); in AssignIdleSocketToRequest() local
588 std::unique_ptr<StreamSocket> socket = handle->PassSocket(); in CancelRequest() local
1008 std::unique_ptr<StreamSocket> socket, in ReleaseSocket()
1183 std::unique_ptr<StreamSocket> socket, in HandOutSocket()
1212 std::unique_ptr<StreamSocket> socket, in AddIdleSocket()
H A Dsocket_test_util.cc171 void SocketDataProvider::Initialize(AsyncSocket* socket) { in Initialize()
832 auto socket = std::make_unique<MockUDPClientSocket>(data_provider, net_log); in CreateDatagramClientSocket() local
849 auto socket = in CreateTransportClientSocket() local
1931 std::unique_ptr<StreamSocket> socket, in MockConnectJob()
2024 std::unique_ptr<StreamSocket> socket = in RequestSocket() local
2062 std::unique_ptr<StreamSocket> socket, in ReleaseSocket()
2173 auto socket = std::make_unique<MockTaggingStreamSocket>( in CreateTransportClientSocket() local
2186 std::unique_ptr<DatagramClientSocket> socket( in CreateDatagramClientSocket() local
H A Dssl_client_socket_unittest.cc558 explicit DeleteSocketCallback(StreamSocket* socket) : socket_(socket) {} in DeleteSocketCallback()
921 int Read(StreamSocket* socket, in Read()
931 int WaitForReadCompletion(StreamSocket* socket, in WaitForReadCompletion()
948 int ReadAndWaitForCompletion(StreamSocket* socket, in ReadAndWaitForCompletion()
1119 int MakeHTTPRequest(StreamSocket* socket, const char* path = "/") { in MakeHTTPRequest()
2921 FakePeerAddressSocket(std::unique_ptr<StreamSocket> socket, in FakePeerAddressSocket()
2960 auto socket = std::make_unique<FakePeerAddressSocket>( in TEST_F() local
4798 FakeBlockingStreamSocket* socket = MakeClient(true); in TEST_F() local
4824 FakeBlockingStreamSocket* socket = MakeClient(true); in TEST_F() local
4858 FakeBlockingStreamSocket* socket = MakeClient(true); in TEST_F() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java3081 BluetoothServerSocket socket = in listenUsingRfcommOn() local
3350 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord() local
3377 BluetoothServerSocket socket = in listenUsingInsecureRfcommOn() local
3411 BluetoothServerSocket socket = in listenUsingL2capOn() local
3465 BluetoothServerSocket socket = in listenUsingInsecureL2capOn() local
4480 BluetoothServerSocket socket = in listenUsingL2capChannel() local
4535 BluetoothServerSocket socket = in listenUsingInsecureL2capChannel() local
4600 BluetoothServerSocket socket; in listenUsingSocketSettings() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSocketTagger.java13 public void tag(Socket socket) throws SocketException {} in tag()
16 public void untag(Socket socket) throws SocketException {} in untag()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs108 let socket = unsafe { in new() localVariable
128 let socket = in new() localVariable
136 let socket = Self::from_raw(socket); in new() localVariable
204 let socket = unsafe { c::accept(self.as_raw(), storage, len) }; in accept() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs108 let socket = unsafe { in new() localVariable
128 let socket = in new() localVariable
136 let socket = Self::from_raw(socket); in new() localVariable
204 let socket = unsafe { c::accept(self.as_raw(), storage, len) }; in accept() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs108 let socket = unsafe { in new() localVariable
128 let socket = in new() localVariable
136 let socket = Self::from_raw(socket); in new() localVariable
204 let socket = unsafe { c::accept(self.as_raw(), storage, len) }; in accept() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs108 let socket = unsafe { in new() localVariable
128 let socket = in new() localVariable
136 let socket = Self::from_raw(socket); in new() localVariable
204 let socket = unsafe { c::accept(self.as_raw(), storage, len) }; in accept() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs108 let socket = unsafe { in new() localVariable
128 let socket = in new() localVariable
136 let socket = Self::from_raw(socket); in new() localVariable
204 let socket = unsafe { c::accept(self.as_raw(), storage, len) }; in accept() localVariable
/aosp_15_r20/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockWebServer.java410 SSLSocket socket = (SSLSocket) sslSocketFactory.createSocket( in processHandshakeFailure() local
420 …private void dispatchBookkeepingRequest(int sequenceNumber, Socket socket) throws InterruptedExcep… in dispatchBookkeepingRequest()
428 private RecordedRequest readRequest(Socket socket, InputStream in, OutputStream out, in readRequest()

1...<<11121314151617181920>>...114