Searched refs:SocketClient (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
H A Dthread_unittest.cc49 class SocketClient : public TestGenerator, public sigslot::has_slots<> { class in inherits:TestGenerator,sigslot::has_slots
51 SocketClient(AsyncSocket* socket, const SocketAddress& addr, function in class:SocketClient
56 socket_->SignalReadPacket.connect(this, &SocketClient::OnPacket);
59 ~SocketClient() {
203 SocketClient sock_client(asocket, addr, &th1, &msg_client);
/external/python/cpython2/Lib/multiprocessing/
H A Dconnection.py169 c = SocketClient(address)
297 def SocketClient(address): function
/external/python/cpython3/Lib/multiprocessing/
H A Dconnection.py487 c = SocketClient(address)
607 def SocketClient(address): function

Completed in 365 milliseconds