Searched defs:pipe_fd_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader.h65 int pipe_fd_; member in class:remoting::AudioPipeReader
/external/chromium_org/chromeos/dbus/
H A Ddebug_daemon_client.cc53 pipe_fd_[0] = pipe_fd_[1] = -1;
57 // Don't close pipe_fd_[0] as it's closed by data_stream_.
58 if (pipe_fd_[1] != -1)
59 if (IGNORE_EINTR(close(pipe_fd_[1])) < 0)
64 int GetWriteFD() { return pipe_fd_[1]; }
68 if (pipe_fd_[1] != -1) {
69 if (IGNORE_EINTR(close(pipe_fd_[1])) < 0)
71 pipe_fd_[1] = -1;
84 const int status = HANDLE_EINTR(pipe(pipe_fd_));
126 int pipe_fd_[2]; member in class:__anon7491::PipeReader
[all...]

Completed in 214 milliseconds