Searched defs:JdwpOptions (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_adb.cc79 virtual bool Establish(const JdwpOptions*) { argument
123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { argument
H A Djdwp.h105 struct JdwpOptions { struct in namespace:art::JDWP
113 bool operator==(const JdwpOptions& lhs, const JdwpOptions& rhs);
135 static JdwpState* Create(const JdwpOptions* options)
297 explicit JdwpState(const JdwpOptions* options);
353 const JdwpOptions* options_;

Completed in 46 milliseconds