Searched refs:write_lock_fd_ (Results 1 – 3 of 3) sorted by relevance
34 int write_lock_fd_; member41 ibuf[2] = write_lock_fd_; in WriteData()
261 ScopedEventFdLock sefdl(write_lock_fd_); in WriteFullyWithoutChecks()323 out_fds.write_lock_fd_ < 0) { in ReceiveFdsFromSocket()342 if (out_fds.write_lock_fd_ >= 0) { in ReceiveFdsFromSocket()343 close(out_fds.write_lock_fd_); in ReceiveFdsFromSocket()350 write_lock_fd_.reset(out_fds.write_lock_fd_); in ReceiveFdsFromSocket()424 ScopedEventFdLock sefdl(write_lock_fd_); in CloseFdsLocked()433 write_lock_fd_.reset(); in CloseFdsLocked()
131 android::base::unique_fd write_lock_fd_; // GUARDED_BY(state_mutex_); variable