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

  /external/libchrome/mojo/public/cpp/system/
scope_to_message_pipe.h 30 ScopedMessagePipeHandle pipe_; member in class:mojo::internal::MessagePipeScoperBase
  /external/drm_hwcomposer/
drmcrtc.h 54 unsigned pipe_; member in class:android::DrmCrtc
  /external/libchrome/ipc/
ipc_channel_mojo.h 126 const mojo::MessagePipeHandle pipe_; variable
ipc_channel_nacl.h 74 int pipe_; member in class:IPC::ChannelNacl
ipc_channel_nacl.cc 95 int pipe_; member in class:IPC::ChannelNacl::ReaderThreadRunner
108 : pipe_(pipe),
116 bool success = ReadDataOnReaderThread(pipe_, msg_contents.get());
136 pipe_(-1),
153 if (pipe_ == -1) {
165 pipe_,
192 close(pipe_);
193 pipe_ = -1;
224 if (pipe_ == -1)
251 DCHECK(pipe_ == -1)
    [all...]
  /external/libchrome/mojo/core/test/
mojo_test_base.h 43 MojoHandle pipe() const { return pipe_.get().value(); }
53 ScopedMessagePipeHandle pipe_; member in class:mojo::core::test::MojoTestBase::ClientController
  /external/libchrome/mojo/public/cpp/bindings/tests/
test_native_types.h 52 void set_pipe(mojo::ScopedMessagePipeHandle pipe) { pipe_ = std::move(pipe); }
53 mojo::ScopedMessagePipeHandle PassPipe() const { return std::move(pipe_); }
57 mutable mojo::ScopedMessagePipeHandle pipe_; member in class:mojo::test::TestNativeStructWithAttachments
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h 233 HANDLE pipe_; member in class:google_breakpad::CrashGenerationServer

Completed in 291 milliseconds