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

  /system/core/adb/
socket.h 27 /* An asocket represents one half of a connection between a local and
28 ** remote entity. A local asocket is bound to a file descriptor. A
29 ** remote asocket is bound to the protocol engine.
31 struct asocket { struct
33 ** asockets that this asocket lives in
35 asocket *next;
36 asocket *prev;
38 /* the unique identifier for this asocket
56 /* 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 100 milliseconds