HomeSort by relevance Sort by last modified time
    Searched defs:pipe_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
pipe_node.h 31 ScopedPipeEventEmitter pipe_; member in class:nacl_io::PipeNode
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_node.h 67 ScopedJSPipeEventEmitter pipe_; member in class:nacl_io::JSPipeNode
  /external/chromium_org/ipc/
ipc_channel_nacl.h 72 int pipe_; member in class:IPC::ChannelNacl
ipc_channel_win.h 75 HANDLE pipe_; member in class:IPC::ChannelWin
ipc_channel_posix.h 157 int pipe_; member in class:IPC::ChannelPosix
160 // pipe_ that is passed to the client.
ipc_channel_nacl.cc 86 int pipe_; member in class:IPC::ChannelNacl::ReaderThreadRunner
99 : pipe_(pipe),
108 bool success = ReadDataOnReaderThread(pipe_, msg_contents.get());
127 pipe_(-1),
149 if (pipe_ == -1) {
161 pipe_,
190 close(pipe_);
191 pipe_ = -1;
218 if (pipe_ == -1)
242 DCHECK(pipe_ == -1)
    [all...]
  /external/chromium_org/media/cast/test/utility/
udp_proxy.h 40 scoped_ptr<PacketPipe> pipe_; member in class:media::cast::test::PacketPipe
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.h 81 base::File pipe_; member in class:remoting::AudioPipeReader
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 130 base::win::ScopedHandle pipe_; member in class:remoting::WtsSessionProcessDelegate::Core
251 pipe_.Close();
260 pipe_.Close();
276 DCHECK(!pipe_.IsValid());
309 if (!get_named_pipe_client_pid_(pipe_, &pid)) {
348 DCHECK(!pipe_.IsValid());
424 pipe_ = pipe.Pass();
496 pipe_.Close();

Completed in 159 milliseconds