Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc158 agent_has_socket_(false), in AdbConnectionState()
532 bool should_listen_on_connection = !agent_has_socket_ && !sent_agent_fds_; in RunPollLoop()
576 agent_has_socket_ = false; in RunPollLoop()
578 agent_has_socket_ = true; in RunPollLoop()
616 DCHECK(!agent_has_socket_) << "We shouldn't be doing anything if there is already a " in RunPollLoop()
621 DCHECK(!agent_has_socket_); in RunPollLoop()
630 DCHECK(!agent_has_socket_); in RunPollLoop()
Dadbconnection.h162 std::atomic<bool> agent_has_socket_; variable