/external/libchrome/ipc/ |
D | ipc_channel_nacl.cc | 95 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 …]
|
D | ipc_channel_nacl.h | 74 int pipe_; variable
|
D | ipc_channel_mojo.cc | 120 pipe_(handle.get()), in ChannelMojo() 163 pipe_, std::move(sender), std::move(receiver), this)); in Connect()
|
D | ipc_channel_mojo.h | 126 const mojo::MessagePipeHandle pipe_; in COMPONENT_EXPORT() local
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_server.cc | 112 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 …]
|
D | crash_generation_server.h | 233 HANDLE pipe_; variable
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | test_native_types.h | 52 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
|
D | test_native_types.cc | 28 : message_(message), pipe_(std::move(pipe)) {} in TestNativeStructWithAttachments()
|
/external/libchrome/mojo/public/cpp/system/ |
D | scope_to_message_pipe.cc | 25 : pipe_(std::move(pipe)), in MessagePipeScoperBase() 40 unowned_scoper->pipe_.get(), MOJO_HANDLE_SIGNAL_PEER_CLOSED, in StartWatchingPipe()
|
D | scope_to_message_pipe.h | 30 ScopedMessagePipeHandle pipe_;
|
D | README.md | 241 : 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/ |
D | drmcrtc.cpp | 30 : drm_(drm), id_(c->crtc_id), pipe_(pipe), display_(-1), mode_(&c->mode) { in DrmCrtc() 59 return pipe_; in pipe()
|
D | drmcrtc.h | 54 unsigned pipe_; variable
|
/external/mesa3d/src/gallium/targets/pipe-loader/ |
D | meson.build | 63 'pipe_@0@'.format(x[1]), 64 ['pipe_@0@.c'.format(x[1]), x[4]],
|
/external/libchrome/mojo/core/test/ |
D | mojo_test_base.h | 43 MojoHandle pipe() const { return pipe_.get().value(); } in pipe() 53 ScopedMessagePipeHandle pipe_; variable
|
D | mojo_test_base.cc | 68 pipe_ = helper_.StartChild(client_name, launch_type); in ClientController()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | README | 53 libd3dadapter9.so. This library loads pipe_[driver].so drivers on demand and
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_context.c | 168 const struct pipe_##name##_state *state) \
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 515 const struct pipe_##sname##_state *state) \
|