Searched refs:JdwpOptions (Results 1 – 6 of 6) sorted by relevance
48 bool InitSocketTransport(JdwpState*, const JdwpOptions*);49 bool InitAdbTransport(JdwpState*, const JdwpOptions*);60 virtual bool Establish(const JdwpOptions*) = 0;
89 struct JdwpOptions { struct114 static JdwpState* Create(const JdwpOptions* options) argument269 explicit JdwpState(const JdwpOptions* options);295 const JdwpOptions* options_;
55 virtual bool Establish(const JdwpOptions*);69 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport()261 bool JdwpSocketState::Establish(const JdwpOptions* options) { in Establish()
79 virtual bool Establish(const JdwpOptions*) { in Establish()123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport() argument
199 JdwpState::JdwpState(const JdwpOptions* options) in JdwpState()231 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create()
167 static JDWP::JdwpOptions gJdwpOptions;