HomeSort by relevance Sort by last modified time
    Searched defs:SocketClient (Results 1 - 5 of 5) sorted by null

  /system/core/libsysutils/src/
SocketClient.cpp 9 #define LOG_TAG "SocketClient"
12 #include <sysutils/SocketClient.h>
14 SocketClient::SocketClient(int socket, bool owned) {
18 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) {
22 void SocketClient::init(int socket, bool owned, bool useCmdNum) {
46 SocketClient::~SocketClient()
53 int SocketClient::sendMsg(int code, const char *msg, bool addErrno)
    [all...]
  /system/core/include/sysutils/
SocketClient.h 10 class SocketClient {
33 SocketClient(int sock, bool owned);
34 SocketClient(int sock, bool owned, bool useCmdNum);
35 virtual ~SocketClient();
62 // SocketListener creates a SocketClient (at refcount 1) and calls
65 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
82 typedef android::sysutils::List<SocketClient *> SocketClientCollection;
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc 67 class SocketClient : public TestGenerator, public sigslot::has_slots<> {
69 SocketClient(AsyncSocket* socket, const SocketAddress& addr,
74 socket_->SignalReadPacket.connect(this, &SocketClient::OnPacket);
77 ~SocketClient() {
176 SocketClient sock_client(asocket, addr, &th1, &msg_client);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 169 c = SocketClient(address)
286 def SocketClient(address):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 169 c = SocketClient(address)
286 def SocketClient(address):

Completed in 214 milliseconds