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

  /external/chromium_org/ipc/
ipc_channel_win.cc 41 pipe_(INVALID_HANDLE_VALUE),
61 CancelIo(pipe_);
65 if (pipe_ != INVALID_HANDLE_VALUE) {
66 CloseHandle(pipe_);
67 pipe_ = INVALID_HANDLE_VALUE;
124 if (INVALID_HANDLE_VALUE == pipe_)
128 BOOL ok = ReadFile(pipe_, buffer, buffer_len,
210 DCHECK_EQ(INVALID_HANDLE_VALUE, pipe_);
230 &pipe_,
243 pipe_ = CreateNamedPipeW(pipe_name.c_str()
    [all...]
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),
149 if (pipe_ == -1) {
161 pipe_,
190 close(pipe_);
191 pipe_ = -1;
218 if (pipe_ == -1)
242 DCHECK(pipe_ == -1)
    [all...]
ipc_channel_posix.cc 189 pipe_(-1),
236 DCHECK(server_listen_pipe_ == -1 && pipe_ == -1);
336 pipe_ = local_pipe;
341 if (server_listen_pipe_ == -1 && pipe_ == -1) {
389 if (pipe_ == -1)
462 fd_written = pipe_;
468 bytes_written = HANDLE_EINTR(write(pipe_, out_bytes, amt_to_write));
472 bytes_written = HANDLE_EINTR(sendmsg(pipe_, &msgh, MSG_DONTWAIT));
510 pipe_,
521 << " with type " << msg->type() << " on fd " << pipe_;
    [all...]
ipc_channel_nacl.h 72 int pipe_; member in class:IPC::ChannelNacl
ipc_channel_win.h 75 HANDLE pipe_; member in class:IPC::ChannelWin
ipc_channel_posix.h 157 int pipe_; member in class:IPC::ChannelPosix
160 // pipe_ that is passed to the client.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
pipe_node.h 31 ScopedPipeEventEmitter pipe_; member in class:nacl_io::PipeNode
pipe_node.cc 23 : StreamNode(fs), pipe_(new PipeEventEmitter(kDefaultPipeSize)) {
27 return pipe_.get();
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.cc 74 DCHECK_EQ(fd, pipe_.GetPlatformFile());
115 // If both |pipe_| and |new_pipe| are valid then compare inodes for the two
117 if (new_pipe.IsValid() && pipe_.IsValid()) {
120 if (fstat(pipe_.GetPlatformFile(), &old_stat) == 0 &&
130 pipe_ = new_pipe.Pass();
132 if (pipe_.IsValid()) {
134 if (HANDLE_EINTR(fcntl(pipe_.GetPlatformFile(), F_SETFL, O_NONBLOCK)) < 0) {
136 pipe_.Close();
142 pipe_.GetPlatformFile(), F_SETPIPE_SZ, kPipeBufferSizeBytes)) < 0) {
160 DCHECK(pipe_.IsValid())
    [all...]
audio_pipe_reader.h 81 base::File pipe_; member in class:remoting::AudioPipeReader
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_node.h 67 ScopedJSPipeEventEmitter pipe_; member in class:nacl_io::JSPipeNode
jspipe_node.cc 27 pipe_(new JSPipeEventEmitter(filesystem_->ppapi(),
32 return pipe_.get();
  /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_, &pid)) {
348 DCHECK(!pipe_.IsValid());
424 pipe_ = pipe.Pass();
496 pipe_.Close();
  /external/chromium_org/media/cast/test/utility/
udp_proxy.h 40 scoped_ptr<PacketPipe> pipe_; member in class:media::cast::test::PacketPipe
udp_proxy.cc 32 if (pipe_) {
33 pipe_->InitOnIOThread(task_runner, clock);
37 if (pipe_) {
38 pipe_->AppendToPipe(pipe.Pass());
40 pipe_ = pipe.Pass();
84 pipe_->Send(packet.Pass());
108 pipe_->Send(packet.Pass());
139 pipe_->Send(packet.Pass());
242 pipe_->Send(packet.Pass());
284 pipe_->Send(packet.Pass())
    [all...]
udp_proxy_main.cc 74 pipe_->Send(packet.Pass());
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
Makefile 8 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/
Makefile 8 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/
d3d11_objects.h 107 GalliumD3D11Object<ID3D11##name, struct pipe_##gallium>::~GalliumD3D11Object() \
110 pipe_##gallium##_reference(&object, 0); \
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 107 GalliumD3D11Object<ID3D11##name, struct pipe_##gallium>::~GalliumD3D11Object() \
110 pipe_##gallium##_reference(&object, 0); \

Completed in 192 milliseconds