Searched defs:JdwpOptions (Results 1 – 2 of 2) sorted by relevance
102 struct JdwpOptions { struct103 JdwpTransportType transport;127 static JdwpState* Create(const JdwpOptions* options) argument
123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()