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

/system/core/adb/
H A Dadb.h88 int closing; member in struct:asocket
H A Dsockets.c53 /* the the list of currently closing local sockets.
231 D("LS(%d): closing peer. peer->id=%d peer->fd=%d\n",
243 /* If we are already closing, or if there are no
246 if (s->closing || s->pkt_first == NULL) {
253 /* otherwise, put on the closing list
255 D("LS(%d): closing\n", s->id);
256 s->closing = 1;
290 D(" closing after write because r=%d and errno is %d\n", r, errno);
302 /* if we sent the last packet of a closing socket,
305 if (s->closing) {
[all...]

Completed in 622 milliseconds