Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_adb.cc66 struct JdwpAdbState : public JdwpNetStateBase { struct
68 explicit JdwpAdbState(JdwpState* state) in JdwpAdbState() argument
79 ~JdwpAdbState() { in ~JdwpAdbState()
92 virtual bool Establish(const JdwpOptions*) { in Establish()
96 virtual void Shutdown() REQUIRES(!state_lock_) { in Shutdown()
124 bool IsDown() REQUIRES(!state_lock_) { in IsDown()
129 int ControlSock() REQUIRES(!state_lock_) { in ControlSock()
139 Mutex state_lock_;
141 socklen_t control_addr_len_;
142 union {
[all …]