Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dabort_socket.h58 struct asocket { struct
63 /* Create an asocket from fd. argument
/system/core/adb/
Dadb.h43 typedef struct asocket asocket; typedef
74 struct asocket { struct
78 asocket *next; argument
79 asocket *prev; argument
95 /* the asocket we are connected to argument
98 asocket *peer; argument
118 int (*enqueue)(asocket *s, apacket *pkt); argument
123 void (*ready)(asocket *s); argument
129 void (*close)(asocket *s); argument
132 void *extra;
[all …]