HomeSort by relevance Sort by last modified time
    Searched refs:sock_fd_ (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
connection_health_checker.cc 104 sock_fd_(kInvalidSocket),
309 if (!GetSocketInfo(sock_fd_, &sock_info) ||
328 if (socket_->Send(sock_fd_, &buf, sizeof(buf), 0) == -1) {
345 bool sock_info_found = GetSocketInfo(sock_fd_, &sock_info);
461 if (sock_fd_ != kInvalidSocket) {
463 socket_->Close(sock_fd_);
465 sock_fd_ = sock_fd;
connection_health_checker.h 113 void set_sock_fd(int sock_fd) { sock_fd_ = sock_fd; }
209 int sock_fd_; member in class:shill::ConnectionHealthChecker

Completed in 157 milliseconds