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.h42 typedef struct asocket asocket; typedef
73 struct asocket { struct
77 asocket *next; argument
78 asocket *prev; argument
94 /* the asocket we are connected to argument
97 asocket *peer; argument
117 int (*enqueue)(asocket *s, apacket *pkt); argument
122 void (*ready)(asocket *s); argument
128 void (*close)(asocket *s); argument
131 void *extra;
[all …]