Home
last modified time | relevance | path

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

/system/core/adb/
Djdwp_service.cpp135 int out_count; /* to send to the JDWP process */ member
198 for (n = 0; n < proc->out_count; n++) { in jdwp_process_free()
201 proc->out_count = 0; in jdwp_process_free()
238 proc->out_count = 0; in jdwp_process_alloc()
335 proc->pid, proc->out_count, proc->out_fds[0]); in jdwp_process_event()
336 if (proc->out_count > 0) { in jdwp_process_event()
393 for (n = 1; n < proc->out_count; n++) in jdwp_process_event()
402 if (--proc->out_count == 0) in jdwp_process_event()
427 if (proc->out_count >= MAX_OUT_FDS) { in create_jdwp_connection_fd()
440 proc->out_fds[ proc->out_count ] = fds[1]; in create_jdwp_connection_fd()
[all …]