HomeSort by relevance Sort by last modified time
    Searched defs:pipe_ (Results 1 - 14 of 14) 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/mojo/spy/
spy_server_impl.h 52 MessagePipe pipe_; member in class:mojo::SpyServerImpl
  /external/chromium_org/ipc/
ipc_channel_nacl.h 73 int pipe_; member in class:IPC::ChannelNacl
ipc_channel_posix.h 158 int pipe_; member in class:IPC::ChannelPosix
161 // pipe_ that is passed to the client.
ipc_channel_win.h 77 base::win::ScopedHandle pipe_; member in class:IPC::ChannelWin
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),
153 if (pipe_ == -1) {
165 pipe_,
194 close(pipe_);
195 pipe_ = -1;
222 if (pipe_ == -1)
246 DCHECK(pipe_ == -1)
    [all...]
  /external/chromium_org/ipc/mojo/
ipc_message_pipe_reader.h 51 MojoHandle handle() const { return pipe_.get().value(); }
69 bool IsValid() { return pipe_.is_valid(); }
90 mojo::ScopedMessagePipeHandle pipe_; member in class:IPC::internal::MessagePipeReader
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.h 81 base::File pipe_; member in class:remoting::AudioPipeReader
  /external/chromium_org/sandbox/mac/
xpc_message_server_unittest.cc 43 pipe_(NULL) {
47 if (pipe_)
48 xpc_release(pipe_);
66 pipe_ = xpc_pipe_create_from_port(server_.GetServerPort(), 0);
75 xpc_pipe_t pipe() { return pipe_; }
86 xpc_pipe_t pipe_; member in class:sandbox::BlockDemuxer
  /external/chromium_org/media/cast/test/utility/
udp_proxy.h 43 scoped_ptr<PacketPipe> pipe_; member in class:media::cast::test::PacketPipe
  /external/chromium_org/mojo/services/network/
url_loader_impl.cc 65 : pipe_(pipe.Pass()), num_bytes_(0) {}
71 ReadDataRaw(pipe_.get(), NULL, &num_bytes_, MOJO_READ_DATA_FLAG_QUERY);
90 ReadDataRaw(pipe_.get(), buf->data(), &bytes_read,
99 ScopedDataPipeConsumerHandle pipe_; member in class:mojo::__anon13441::UploadDataPipeElementReader
  /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_.Get(), &pid)) {
348 DCHECK(!pipe_.IsValid());
424 pipe_ = pipe.Pass();
496 pipe_.Close();
  /external/chromium_org/mojo/public/cpp/utility/tests/
run_loop_unittest.cc 306 pipe_(NULL),
313 void set_pipe(MessagePipe* pipe) { pipe_ = pipe; }
319 EXPECT_EQ(handle.value(), pipe_->handle0.get().value());
345 pipe_->handle1.get(),
355 pipe_->handle0.get(),
364 MessagePipe* pipe_; member in class:mojo::__anon13424::NestingRunLoopHandler

Completed in 747 milliseconds