Searched refs:raw_channel (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/mojo/system/ |
D | raw_channel_unittest.cc | 57 void InitOnIOThread(RawChannel* raw_channel, RawChannel::Delegate* delegate) { in InitOnIOThread() argument 58 CHECK(raw_channel->Init(delegate)); in InitOnIOThread() 314 RawChannelWriterThread(RawChannel* raw_channel, size_t write_count) in RawChannelWriterThread() argument 316 raw_channel_(raw_channel), in RawChannelWriterThread() 561 explicit ShutdownOnReadMessageRawChannelDelegate(RawChannel* raw_channel) in ShutdownOnReadMessageRawChannelDelegate() argument 562 : raw_channel_(raw_channel), in ShutdownOnReadMessageRawChannelDelegate() 616 ShutdownOnErrorRawChannelDelegate(RawChannel* raw_channel, in ShutdownOnErrorRawChannelDelegate() argument 618 : raw_channel_(raw_channel), in ShutdownOnErrorRawChannelDelegate()
|
D | BUILD.gn | 71 "raw_channel.cc", 72 "raw_channel.h",
|
D | channel.cc | 35 bool Channel::Init(scoped_ptr<RawChannel> raw_channel) { in Init() argument 37 DCHECK(raw_channel); in Init() 42 raw_channel_ = raw_channel.Pass(); in Init()
|
D | channel_unittest.cc | 67 RawChannel* raw_channel() { return raw_channel_.get(); } in raw_channel() function in mojo::system::__anonebef0e860111::ChannelTest 171 ASSERT_TRUE(raw_channel()); in TEST_F()
|
D | channel.h | 65 bool Init(scoped_ptr<RawChannel> raw_channel);
|
/external/chromium_org/mojo/ |
D | mojo_system_impl.target.darwin-arm64.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.linux-arm64.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.darwin-mips.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.darwin-mips64.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.linux-mips64.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.linux-mips.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.linux-x86.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.linux-x86_64.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.darwin-x86.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.darwin-x86_64.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.darwin-arm.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_system_impl.target.linux-arm.mk | 56 mojo/system/raw_channel.cc \
|
D | mojo_base.gyp | 170 'system/raw_channel.cc', 171 'system/raw_channel.h',
|