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

  /external/chromium_org/mojo/system/
raw_channel_unittest.cc 5 #include "mojo/system/raw_channel.h"
57 void InitOnIOThread(RawChannel* raw_channel, RawChannel::Delegate* delegate) {
58 CHECK(raw_channel->Init(delegate));
314 RawChannelWriterThread(RawChannel* raw_channel, size_t write_count)
316 raw_channel_(raw_channel),
561 explicit ShutdownOnReadMessageRawChannelDelegate(RawChannel* raw_channel)
562 : raw_channel_(raw_channel),
616 ShutdownOnErrorRawChannelDelegate(RawChannel* raw_channel,
618 : raw_channel_(raw_channel),
channel.h 23 #include "mojo/system/raw_channel.h"
63 // threads. |raw_channel| should be uninitialized. Returns true on success. On
65 bool Init(scoped_ptr<RawChannel> raw_channel);
channel.cc 35 bool Channel::Init(scoped_ptr<RawChannel> raw_channel) {
37 DCHECK(raw_channel);
42 raw_channel_ = raw_channel.Pass();
channel_unittest.cc 16 #include "mojo/system/raw_channel.h"
67 RawChannel* raw_channel() { return raw_channel_.get(); } function in class:mojo::system::__anon13470::ChannelTest
171 ASSERT_TRUE(raw_channel());
  /external/chromium_org/mojo/
mojo_system_impl.target.darwin-arm64.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.darwin-mips.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.darwin-mips64.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.darwin-x86.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.darwin-x86_64.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.linux-arm64.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.linux-mips.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.linux-mips64.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.linux-x86.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.linux-x86_64.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.darwin-arm.mk 56 mojo/system/raw_channel.cc \
mojo_system_impl.target.linux-arm.mk 56 mojo/system/raw_channel.cc \

Completed in 844 milliseconds