Home
last modified time | relevance | path

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

/system/core/adb/
Dsocket.h31 struct asocket { struct
35 asocket *next; argument
36 asocket *prev; argument
56 /* the asocket we are connected to argument
59 asocket *peer; argument
79 int (*enqueue)(asocket *s, apacket *pkt); argument
84 void (*ready)(asocket *s); argument
90 void (*shutdown)(asocket *s); argument
96 void (*close)(asocket *s); argument
104 asocket *find_local_socket(unsigned local_id, unsigned remote_id); argument