Home
last modified time | relevance | path

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

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