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

/system/core/adb/
H A Dadb.h39 typedef struct apacket apacket; typedef in typeref:struct:apacket
56 struct apacket struct
58 apacket *next;
101 apacket *pkt_first;
102 apacket *pkt_last;
110 int (*enqueue)(asocket *s, apacket *pkt);
166 int (*read_from_remote)(apacket *p, atransport *t);
167 int (*write_to_remote)(apacket *p, atransport *t);
218 void print_packet(const char *label, apacket *
[all...]

Completed in 18 milliseconds