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

/system/core/adb/
H A Dadb.h41 typedef struct apacket apacket; typedef in typeref:struct:apacket
58 struct apacket struct
60 apacket *next;
103 apacket *pkt_first;
104 apacket *pkt_last;
112 int (*enqueue)(asocket *s, apacket *pkt);
168 int (*read_from_remote)(apacket *p, atransport *t);
169 int (*write_to_remote)(apacket *p, atransport *t);
220 void print_packet(const char *label, apacket *
[all...]

Completed in 1202 milliseconds