Home
last modified time | relevance | path

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

/system/core/adb/
Djdwp_service.c119 static JdwpProcess _jdwp_list; variable
126 JdwpProcess* proc = _jdwp_list.next; in jdwp_process_list()
128 for ( ; proc != &_jdwp_list; proc = proc->next ) { in jdwp_process_list()
221 proc->next = &_jdwp_list; in jdwp_process_alloc()
392 JdwpProcess* proc = _jdwp_list.next; in create_jdwp_connection_fd()
395 for ( ; proc != &_jdwp_list; proc = proc->next ) { in create_jdwp_connection_fd()
723 _jdwp_list.next = &_jdwp_list; in init_jdwp()
724 _jdwp_list.prev = &_jdwp_list; in init_jdwp()