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

/system/core/adb/
H A Djdwp_service.c116 int out_count; /* to send to the JDWP process */ member in struct:JdwpProcess
179 for (n = 0; n < proc->out_count; n++) {
182 proc->out_count = 0;
218 proc->out_count = 0;
315 proc->pid, proc->out_count, proc->out_fds[0]);
316 if (proc->out_count > 0) {
373 for (n = 1; n < proc->out_count; n++)
382 if (--proc->out_count == 0)
407 if (proc->out_count >= MAX_OUT_FDS) {
419 proc->out_fds[ proc->out_count ]
[all...]

Completed in 3 milliseconds