Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_priv.h48 bool InitSocketTransport(JdwpState*, const JdwpOptions*);
49 bool InitAdbTransport(JdwpState*, const JdwpOptions*);
60 virtual bool Establish(const JdwpOptions*) = 0;
Djdwp.h89 struct JdwpOptions { struct
114 static JdwpState* Create(const JdwpOptions* options) argument
269 explicit JdwpState(const JdwpOptions* options);
295 const JdwpOptions* options_;
Djdwp_socket.cc55 virtual bool Establish(const JdwpOptions*);
69 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport()
261 bool JdwpSocketState::Establish(const JdwpOptions* options) { in Establish()
Djdwp_adb.cc79 virtual bool Establish(const JdwpOptions*) { in Establish()
123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport() argument
Djdwp_main.cc199 JdwpState::JdwpState(const JdwpOptions* options) in JdwpState()
231 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create()
/art/runtime/
Ddebugger.cc167 static JDWP::JdwpOptions gJdwpOptions;