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 10 #define LOG_TAG "SocketClient"
13 #include <sysutils/SocketClient.h>
15 SocketClient::SocketClient(int socket, bool owned) {
19 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) {
23 void SocketClient::init(int socket, bool owned, bool useCmdNum) {
47 SocketClient::~SocketClient() {
53 int SocketClient::sendMsg(int code, const char *msg, bool addErrno)
    [all...]
  /system/core/include/sysutils/
SocketClient.h 11 class SocketClient {
34 SocketClient(int sock, bool owned);
35 SocketClient(int sock, bool owned, bool useCmdNum);
36 virtual ~SocketClient();
68 // SocketListener creates a SocketClient (at refcount 1) and calls
71 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
87 typedef android::sysutils::List<SocketClient *> SocketClientCollection;
  /external/chromium_org/third_party/webrtc/base/
thread_unittest.cc 50 class SocketClient : public TestGenerator, public sigslot::has_slots<> {
52 SocketClient(AsyncSocket* socket, const SocketAddress& addr,
57 socket_->SignalReadPacket.connect(this, &SocketClient::OnPacket);
60 ~SocketClient() {
172 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 1546 milliseconds