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

  /external/chromium_org/third_party/webrtc/base/
thread_unittest.cc 170 AsyncSocket* asocket = local
172 SocketClient sock_client(asocket, addr, &th1, &msg_client);
  /bootable/recovery/minadbd/
adb.h 43 typedef struct asocket asocket; typedef in typeref:struct:asocket
69 /* An asocket represents one half of a connection between a local and
70 ** remote entity. A local asocket is bound to a file descriptor. A
71 ** remote asocket is bound to the protocol engine.
73 struct asocket { struct
75 ** asockets that this asocket lives in
77 asocket *next;
78 asocket *prev;
80 /* the unique identifier for this asocket
    [all...]
  /system/core/adb/
adb.h 44 typedef struct asocket asocket; typedef in typeref:struct:asocket
71 /* An asocket represents one half of a connection between a local and
72 ** remote entity. A local asocket is bound to a file descriptor. A
73 ** remote asocket is bound to the protocol engine.
75 struct asocket { struct
77 ** asockets that this asocket lives in
79 asocket *next;
80 asocket *prev;
82 /* the unique identifier for this asocket
    [all...]

Completed in 431 milliseconds