Searched refs:close_notify_fd_ (Results 1 – 2 of 2) sorted by relevance
82 close_notify_fd_(-1), in FdForwardTransport()360 close_notify_fd_.reset(DupCloexec(listen_fd_)); in ReceiveFdsFromSocket()361 SendAcceptMessage(close_notify_fd_); in ReceiveFdsFromSocket()413 SendHandshakeCompleteMessage(close_notify_fd_); in Accept()434 if (close_notify_fd_ >= 0) { in CloseFdsLocked()435 SendClosingMessage(close_notify_fd_); in CloseFdsLocked()437 close_notify_fd_.reset(); in CloseFdsLocked()440 close_notify_fd_.reset(); in CloseFdsLocked()
140 android::base::unique_fd close_notify_fd_; variable