Home
last modified time | relevance | path

Searched defs:JdwpAdbState (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jdwp/
Djdwp_adb.cc63 struct JdwpAdbState : public JdwpNetStateBase { struct
65 explicit JdwpAdbState(JdwpState* state) in JdwpAdbState() argument
76 ~JdwpAdbState() { in ~JdwpAdbState()
89 bool Establish(const JdwpOptions*) override { in Establish()
93 void Shutdown() override REQUIRES(!state_lock_) { in Shutdown()
121 bool IsDown() REQUIRES(!state_lock_) { in IsDown()
126 int ControlSock() REQUIRES(!state_lock_) { in ControlSock()
136 Mutex state_lock_;
138 socklen_t control_addr_len_;
139 union {
[all …]