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;
602 if(s->pkt_first == 0) {
603 s->pkt_first = p
    [all...]
adb.h 103 apacket *pkt_first; member in struct:asocket
  /system/core/adb/
sockets.c 140 if(s->pkt_first) {
170 if(s->pkt_first) {
173 s->pkt_first = p;
212 for(p = s->pkt_first; p; p = n) {
246 if (s->closing || s->pkt_first == NULL) {
275 while((p = s->pkt_first) != 0) {
296 s->pkt_first = p->next;
297 if(s->pkt_first == 0) s->pkt_last = 0;
666 if(s->pkt_first == 0) {
667 s->pkt_first = p
    [all...]
adb.h 109 apacket *pkt_first; member in struct:asocket

Completed in 32 milliseconds