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 42 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 *p)
    [all...]

Completed in 93 milliseconds