Home
last modified time | relevance | path

Searched refs:pipe_ (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/ipc/
Dipc_channel_nacl.cc95 int pipe_; member in IPC::ChannelNacl::ReaderThreadRunner
108 : pipe_(pipe), in ReaderThreadRunner()
116 bool success = ReadDataOnReaderThread(pipe_, msg_contents.get()); in Run()
136 pipe_(-1), in ChannelNacl()
153 if (pipe_ == -1) { in Connect()
165 pipe_, in Connect()
192 close(pipe_); in Close()
193 pipe_ = -1; in Close()
224 if (pipe_ == -1) in DidRecvMsg()
251 DCHECK(pipe_ == -1); in CreatePipe()
[all …]
Dipc_channel_nacl.h74 int pipe_; variable
Dipc_channel_mojo.cc120 pipe_(handle.get()), in ChannelMojo()
163 pipe_, std::move(sender), std::move(receiver), this)); in Connect()
Dipc_channel_mojo.h126 const mojo::MessagePipeHandle pipe_; in COMPONENT_EXPORT() local
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc112 pipe_(NULL), in CrashGenerationServer()
159 DisconnectNamedPipe(pipe_); in ~CrashGenerationServer()
172 if (pipe_) { in ~CrashGenerationServer()
173 CloseHandle(pipe_); in ~CrashGenerationServer()
242 pipe_ = CreateNamedPipe(pipe_name_.c_str(), in Start()
250 if (pipe_ == INVALID_HANDLE_VALUE) { in Start()
284 if (pipe_) { in HandleErrorState()
285 CloseHandle(pipe_); in HandleErrorState()
286 pipe_ = NULL; in HandleErrorState()
308 bool success = ConnectNamedPipe(pipe_, &overlapped_) != FALSE; in HandleInitialState()
[all …]
Dcrash_generation_server.h233 HANDLE pipe_; variable
/external/libchrome/mojo/public/cpp/bindings/tests/
Dtest_native_types.h52 void set_pipe(mojo::ScopedMessagePipeHandle pipe) { pipe_ = std::move(pipe); } in set_pipe()
53 mojo::ScopedMessagePipeHandle PassPipe() const { return std::move(pipe_); } in PassPipe()
57 mutable mojo::ScopedMessagePipeHandle pipe_; variable
Dtest_native_types.cc28 : message_(message), pipe_(std::move(pipe)) {} in TestNativeStructWithAttachments()
/external/libchrome/mojo/public/cpp/system/
Dscope_to_message_pipe.cc25 : pipe_(std::move(pipe)), in MessagePipeScoperBase()
40 unowned_scoper->pipe_.get(), MOJO_HANDLE_SIGNAL_PEER_CLOSED, in StartWatchingPipe()
Dscope_to_message_pipe.h30 ScopedMessagePipeHandle pipe_;
DREADME.md241 : pipe_(std::move(pipe)),
245 watcher_.Watch(pipe_.get(), MOJO_HANDLE_SIGNAL_READABLE,
256 result = mojo::ReadMessageNew(pipe_.get(), &message, &num_bytes, nullptr,
263 mojo::ScopedMessagePipeHandle pipe_;
/external/drm_hwcomposer/
Ddrmcrtc.cpp30 : drm_(drm), id_(c->crtc_id), pipe_(pipe), display_(-1), mode_(&c->mode) { in DrmCrtc()
59 return pipe_; in pipe()
Ddrmcrtc.h54 unsigned pipe_; variable
/external/mesa3d/src/gallium/targets/pipe-loader/
Dmeson.build63 'pipe_@0@'.format(x[1]),
64 ['pipe_@0@.c'.format(x[1]), x[4]],
/external/libchrome/mojo/core/test/
Dmojo_test_base.h43 MojoHandle pipe() const { return pipe_.get().value(); } in pipe()
53 ScopedMessagePipeHandle pipe_; variable
Dmojo_test_base.cc68 pipe_ = helper_.StartChild(client_name, launch_type); in ClientController()
/external/mesa3d/src/gallium/state_trackers/nine/
DREADME53 libd3dadapter9.so. This library loads pipe_[driver].so drivers on demand and
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c168 const struct pipe_##name##_state *state) \
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c515 const struct pipe_##sname##_state *state) \