Lines Matching defs:JdwpAdbState
66 struct JdwpAdbState : public JdwpNetStateBase { struct
68 explicit JdwpAdbState(JdwpState* state) in JdwpAdbState() function
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 {
145 } control_addr_;