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

  /system/core/adb/
socket.h 29 /* An asocket represents one half of a connection between a local and
30 * remote entity. A local asocket is bound to a file descriptor. A
31 * remote asocket is bound to the protocol engine.
33 struct asocket { struct
35 * asockets that this asocket lives in
37 asocket* next;
38 asocket* prev;
40 /* the unique identifier for this asocket
58 // the asocket we are connected to
59 asocket* peer
    [all...]
  /external/webrtc/webrtc/base/
thread_unittest.cc 201 AsyncSocket* asocket = local
203 SocketClient sock_client(asocket, addr, &th1, &msg_client);

Completed in 58 milliseconds