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

/system/core/adb/
H A Dadb.h43 typedef struct apacket apacket; typedef in typeref:struct:apacket
60 struct apacket struct
62 apacket *next;
110 apacket *pkt_first;
111 apacket *pkt_last;
119 int (*enqueue)(asocket *s, apacket *pkt);
180 int (*read_from_remote)(apacket *p, atransport *t);
181 int (*write_to_remote)(apacket *p, atransport *t);
241 void print_packet(const char *label, apacket *
[all...]

Completed in 39 milliseconds