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()
263 ScopedEventFdLock sefdl(write_lock_fd_); in WriteFullyWithoutChecks()330 out_fds.write_lock_fd_ < 0) { in ReceiveFdsFromSocket()349 if (out_fds.write_lock_fd_ >= 0) { in ReceiveFdsFromSocket()350 close(out_fds.write_lock_fd_); in ReceiveFdsFromSocket()357 write_lock_fd_.reset(out_fds.write_lock_fd_); in ReceiveFdsFromSocket()433 ScopedEventFdLock sefdl(write_lock_fd_); in CloseFdsLocked()442 write_lock_fd_.reset(); in CloseFdsLocked()
131 android::base::unique_fd write_lock_fd_; // GUARDED_BY(state_mutex_); variable