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

/system/core/adb/
H A Dadb.h42 typedef struct apacket apacket; typedef in typeref:struct:apacket
59 struct apacket struct
61 apacket *next;
109 apacket *pkt_first;
110 apacket *pkt_last;
118 int (*enqueue)(asocket *s, apacket *pkt);
176 int (*read_from_remote)(apacket *p, atransport *t);
177 int (*write_to_remote)(apacket *p, atransport *t);
237 void print_packet(const char *label, apacket *
[all...]

Completed in 1060 milliseconds