Home
last modified time | relevance | path

Searched refs:agent_has_socket_ (Results 1 – 2 of 2) sorted by relevance

/art/adbconnection/
Dadbconnection.cc263 agent_has_socket_(false), in AdbConnectionState()
678 bool should_listen_on_connection = !agent_has_socket_ && !sent_agent_fds_; in RunPollLoop()
729 if (agent_has_socket_) { in RunPollLoop()
734 agent_has_socket_ = false; in RunPollLoop()
736 agent_has_socket_ = true; in RunPollLoop()
780 DCHECK(!agent_has_socket_) << "We shouldn't be doing anything if there is already a " in RunPollLoop()
786 DCHECK(!agent_has_socket_); in RunPollLoop()
799 DCHECK(!agent_has_socket_); in RunPollLoop()
Dadbconnection.h199 std::atomic<bool> agent_has_socket_; variable