Searched refs:local_agent_control_sock_ (Results 1 – 2 of 2) sorted by relevance
/art/adbconnection/ |
D | adbconnection.cc | 131 local_agent_control_sock_(-1), in AdbConnectionState() 215 CHECK_EQ(local_agent_control_sock_.get(), -1); in StartDebuggerThreads() 233 &local_agent_control_sock_, in StartDebuggerThreads() 440 int res = TEMP_FAILURE_RETRY(sendmsg(local_agent_control_sock_, &msg, MSG_EOR)); in SendAgentFds() 575 { (agent_loaded_ ? local_agent_control_sock_ : -1), POLLIN, 0 }, in RunPollLoop() 597 res = TEMP_FAILURE_RETRY(recv(local_agent_control_sock_, buf, sizeof(buf) - 1, 0)); in RunPollLoop()
|
D | adbconnection.h | 134 android::base::unique_fd local_agent_control_sock_; variable
|