Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc161 agent_has_socket_(false), in AdbConnectionState()
540 bool should_listen_on_connection = !agent_has_socket_ && !sent_agent_fds_; in RunPollLoop()
585 agent_has_socket_ = false; in RunPollLoop()
587 agent_has_socket_ = true; in RunPollLoop()
631 DCHECK(!agent_has_socket_) << "We shouldn't be doing anything if there is already a " in RunPollLoop()
637 DCHECK(!agent_has_socket_); in RunPollLoop()
647 DCHECK(!agent_has_socket_); in RunPollLoop()
Dadbconnection.h162 std::atomic<bool> agent_has_socket_; variable