Searched refs:JdwpStartupParams (Results 1 – 6 of 6) sorted by relevance
54 bool (*startup)(struct JdwpState* state, const JdwpStartupParams* pParams);76 JdwpStartupParams params;139 const JdwpStartupParams* pParams) in dvmJdwpNetStartup()
101 typedef struct JdwpStartupParams { struct108 } JdwpStartupParams; typedef118 JdwpState* dvmJdwpStartup(const JdwpStartupParams* params);
40 JdwpState* dvmJdwpStartup(const JdwpStartupParams* pParams) in dvmJdwpStartup()
120 static bool startup(struct JdwpState* state, const JdwpStartupParams* pParams) in startup()
74 static bool prepareSocket(JdwpState* state, const JdwpStartupParams* pParams) in prepareSocket()
1461 JdwpStartupParams params; in dvmInitJDWP()