Searched refs:closing (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dsockets.c53 /* the the list of currently closing local sockets.
227 /* If we are already closing, or if there are no
230 if (s->closing || s->pkt_first == NULL) {
237 /* otherwise, put on the closing list
239 D("LS(%d): closing\n", s->id);
240 s->closing = 1;
282 /* if we sent the last packet of a closing socket,
285 if (s->closing) {
335 ** socket will be placed on the closing socket list.
530 connected (to avoid closing the
[all...]
H A Dadb.h85 int closing; member in struct:asocket

Completed in 54 milliseconds