Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection_health_checker.cc104 sock_fd_(kInvalidSocket), in ConnectionHealthChecker()
309 if (!GetSocketInfo(sock_fd_, &sock_info) || in OnConnectionComplete()
328 if (socket_->Send(sock_fd_, &buf, sizeof(buf), 0) == -1) { in OnConnectionComplete()
345 bool sock_info_found = GetSocketInfo(sock_fd_, &sock_info); in VerifySentData()
461 if (sock_fd_ != kInvalidSocket) { in SetSocketDescriptor()
463 socket_->Close(sock_fd_); in SetSocketDescriptor()
465 sock_fd_ = sock_fd; in SetSocketDescriptor()
Dconnection_health_checker.h113 void set_sock_fd(int sock_fd) { sock_fd_ = sock_fd; } in set_sock_fd()
209 int sock_fd_; variable