Home
last modified time | relevance | path

Searched defs:ssocket (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/
Dsync-utils.c102 syncsocket_close(SyncSocket* ssocket) in syncsocket_close()
114 syncsocket_free(SyncSocket* ssocket) in syncsocket_free()
125 syncsocket_start_read(SyncSocket* ssocket) in syncsocket_start_read()
136 syncsocket_stop_read(SyncSocket* ssocket) in syncsocket_stop_read()
147 syncsocket_start_write(SyncSocket* ssocket) in syncsocket_start_write()
158 syncsocket_stop_write(SyncSocket* ssocket) in syncsocket_stop_write()
169 syncsocket_read_absolute(SyncSocket* ssocket, in syncsocket_read_absolute()
199 syncsocket_read(SyncSocket* ssocket, void* buf, size_t size, int timeout) in syncsocket_read()
205 syncsocket_write_absolute(SyncSocket* ssocket, in syncsocket_write_absolute()
252 syncsocket_write(SyncSocket* ssocket, const void* buf, size_t size, int timeout) in syncsocket_write()
[all …]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLServerSocketImplTest.java57 SSLServerSocket ssocket = null; in testSSLServerSocketImpl1() local
115 SSLServerSocket ssocket = null; in testSSLServerSocketImpl2() local
173 SSLServerSocket ssocket = null; in testSSLServerSocketImpl3() local
231 SSLServerSocket ssocket = null; in testSSLServerSocketImpl4() local
287 SSLServerSocket ssocket = createSSLServerSocket(); in testGetSupportedCipherSuites() local
304 SSLServerSocket ssocket = createSSLServerSocket(); in testGetEnabledCipherSuites() local
350 SSLServerSocket ssocket = createSSLServerSocket(); in testSetEnabledCipherSuites() local
397 SSLServerSocket ssocket = createSSLServerSocket(); in testGetSupportedProtocols() local
415 SSLServerSocket ssocket = createSSLServerSocket(); in testGetEnabledProtocols() local
465 SSLServerSocket ssocket = createSSLServerSocket(); in testSetEnabledProtocols() local
[all …]
DSSLSocketFunctionalTest.java76 SSLServerSocket ssocket = (SSLServerSocket) ctx1 in doTestInteraction() local
114 SSLServerSocket ssocket = (SSLServerSocket) ctx1 in _doTestInteraction() local
147 SSLServerSocket ssocket = (SSLServerSocket) context in doTestSelfInteraction() local
180 public void doTest(SSLServerSocket ssocket, SSLSocket csocket) in doTest()
DSSLSocketFactoriesTest.java89 SSLServerSocket ssocket; in testSocketCreation() local
287 public void doTest(SSLServerSocket ssocket, SSLSocket csocket) in doTest()
/external/qemu/android/protocol/
Dcore-connection.c31 SyncSocket* ssocket; member
86 SyncSocket* ssocket; in core_connection_open_socket() local