HomeSort by relevance Sort by last modified time
    Searched refs:pkt_first (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/minadbd/
sockets.c 140 if(s->pkt_first) {
170 if(s->pkt_first) {
173 s->pkt_first = p;
210 for(p = s->pkt_first; p; p = n) {
239 if (s->closing || s->pkt_first == NULL) {
268 while((p = s->pkt_first) != 0) {
289 s->pkt_first = p->next;
290 if(s->pkt_first == 0) s->pkt_last = 0;
603 if(s->pkt_first == 0) {
604 s->pkt_first = p
    [all...]
adb.h 103 apacket *pkt_first; member in struct:asocket
  /system/core/adb/
sockets.c 154 if(s->pkt_first) {
184 if(s->pkt_first) {
187 s->pkt_first = p;
226 for(p = s->pkt_first; p; p = n) {
266 if (s->closing || s->pkt_first == NULL) {
295 while((p = s->pkt_first) != 0) {
316 s->pkt_first = p->next;
317 if(s->pkt_first == 0) s->pkt_last = 0;
713 if(s->pkt_first == 0) {
714 s->pkt_first = p
    [all...]
adb.h 110 apacket *pkt_first; member in struct:asocket

Completed in 107 milliseconds