Home
last modified time | relevance | path

Searched defs:JdwpProcess (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Djdwp_service.c104 typedef struct JdwpProcess JdwpProcess; typedef
105 struct JdwpProcess { struct
106 JdwpProcess* next; argument
107 JdwpProcess* prev; argument
119 static JdwpProcess _jdwp_list; argument