Home
last modified time | relevance | path

Searched refs:is_eof (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsockets.cpp159 int is_eof = 0; in local_socket_flush_outgoing() local
176 is_eof = 1; in local_socket_flush_outgoing()
179 D("LS(%d): fd=%d post avail loop. r=%d is_eof=%d forced_eof=%d", s->id, s->fd, r, is_eof, in local_socket_flush_outgoing()
212 if ((s->fde->force_eof && !r) || is_eof) { in local_socket_flush_outgoing()
213 D(" closing because is_eof=%d r=%d s->fde.force_eof=%d", is_eof, r, s->fde->force_eof); in local_socket_flush_outgoing()