HomeSort by relevance Sort by last modified time
    Searched defs:apacket (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minadbd/
adb.h 42 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);
196 void print_packet(const char *label, apacket *p)
    [all...]
  /system/core/adb/
adb.h 43 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 *p)
    [all...]

Completed in 1417 milliseconds