Searched refs:pipe_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_pipe.cc24 pipe_(new EventEmitterPipe(kDefaultPipeSize)) {
28 return pipe_.get();
42 *out_bytes = pipe_->Read_Locked(static_cast<char *>(buf), count);
57 *out_bytes = pipe_->Write_Locked(static_cast<const char *>(buf), count);
H A Dmount_node_pipe.h27 ScopedEventEmitterPipe pipe_; member in class:nacl_io::MountNodePipe
/external/chromium_org/ipc/
H A Dipc_channel_win.cc41 pipe_(INVALID_HANDLE_VALUE),
61 CancelIo(pipe_);
65 if (pipe_ != INVALID_HANDLE_VALUE) {
66 CloseHandle(pipe_);
67 pipe_ = INVALID_HANDLE_VALUE;
120 if (INVALID_HANDLE_VALUE == pipe_)
124 BOOL ok = ReadFile(pipe_, buffer, buffer_len,
206 DCHECK_EQ(INVALID_HANDLE_VALUE, pipe_);
226 &pipe_,
239 pipe_
[all...]
H A Dipc_channel_nacl.cc85 int pipe_; member in class:IPC::Channel::ChannelImpl::ReaderThreadRunner
98 : pipe_(pipe),
107 bool success = ReadDataOnReaderThread(pipe_, msg_contents.get());
126 pipe_(-1),
142 if (pipe_ == -1) {
154 pipe_,
179 close(pipe_);
180 pipe_ = -1;
207 if (pipe_ == -1)
231 DCHECK(pipe_
[all...]
H A Dipc_channel_posix.cc177 pipe_(-1),
224 DCHECK(server_listen_pipe_ == -1 && pipe_ == -1);
324 pipe_ = local_pipe;
329 if (server_listen_pipe_ == -1 && pipe_ == -1) {
377 if (pipe_ == -1)
450 fd_written = pipe_;
456 bytes_written = HANDLE_EINTR(write(pipe_, out_bytes, amt_to_write));
460 bytes_written = HANDLE_EINTR(sendmsg(pipe_, &msgh, MSG_DONTWAIT));
494 pipe_,
505 << " with type " << msg->type() << " on fd " << pipe_;
[all...]
H A Dipc_channel_nacl.h69 int pipe_; member in class:IPC::Channel::ChannelImpl
H A Dipc_channel_win.h70 HANDLE pipe_; member in class:IPC::Channel::ChannelImpl
H A Dipc_channel_posix.h142 int pipe_; member in class:IPC::Channel::ChannelImpl
145 // pipe_ that is passed to the client.
/external/chromium_org/remoting/host/win/
H A Dwts_session_process_delegate.cc130 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());
425 pipe_ = pipe.Pass();
498 pipe_.Close();
/external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
H A DMakefile8 PIPE_PREFIX ?= pipe_
147 $(PIPE_TARGETS_CC): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
154 $(PIPE_TARGETS_CXX): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
/external/mesa3d/src/gallium/targets/pipe-loader/
H A DMakefile8 PIPE_PREFIX ?= pipe_
147 $(PIPE_TARGETS_CC): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
154 $(PIPE_TARGETS_CXX): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h107 GalliumD3D11Object<ID3D11##name, struct pipe_##gallium>::~GalliumD3D11Object() \
110 pipe_##gallium##_reference(&object, 0); \
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h107 GalliumD3D11Object<ID3D11##name, struct pipe_##gallium>::~GalliumD3D11Object() \
110 pipe_##gallium##_reference(&object, 0); \

Completed in 317 milliseconds