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

  /system/core/adb/
socket.h 32 /* An asocket represents one half of a connection between a local and
33 * remote entity. A local asocket is bound to a file descriptor. A
34 * remote asocket is bound to the protocol engine.
36 struct asocket { struct
37 /* the unique identifier for this asocket
55 // the asocket we are connected to
56 asocket* peer = nullptr;
76 int (*enqueue)(asocket* s, std::string data) = nullptr;
81 void (*ready)(asocket* s) = nullptr;
87 void (*shutdown)(asocket* s) = nullptr
    [all...]
  /external/webrtc/webrtc/base/
thread_unittest.cc 201 AsyncSocket* asocket = local
203 SocketClient sock_client(asocket, addr, &th1, &msg_client);

Completed in 79 milliseconds