Searched defs:asocket (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsocket.h29 /* 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* pee
[all...]

Completed in 47 milliseconds