Searched defs:JdwpAdbState (Results 1 – 1 of 1) sorted by relevance
66 struct JdwpAdbState : public JdwpNetStateBase { struct68 explicit JdwpAdbState(JdwpState* state) in JdwpAdbState() argument79 ~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 …]