Home
last modified time | relevance | path

Searched refs:MessagePipeDispatcher (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/mojo/system/
Dmessage_pipe_dispatcher.cc35 MessagePipeDispatcher::kDefaultCreateOptions = {
39 MessagePipeDispatcher::MessagePipeDispatcher( in MessagePipeDispatcher() function in mojo::system::MessagePipeDispatcher
45 MojoResult MessagePipeDispatcher::ValidateCreateOptions( in ValidateCreateOptions()
72 void MessagePipeDispatcher::Init(scoped_refptr<MessagePipe> message_pipe, in Init()
81 Dispatcher::Type MessagePipeDispatcher::GetType() const { in GetType()
86 scoped_refptr<MessagePipeDispatcher>
87 MessagePipeDispatcher::CreateRemoteMessagePipe( in CreateRemoteMessagePipe()
91 scoped_refptr<MessagePipeDispatcher> dispatcher( in CreateRemoteMessagePipe()
92 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in CreateRemoteMessagePipe()
98 scoped_refptr<MessagePipeDispatcher> MessagePipeDispatcher::Deserialize( in Deserialize()
[all …]
Dmessage_pipe_dispatcher_unittest.cc40 scoped_refptr<MessagePipeDispatcher> d0(new MessagePipeDispatcher( in TEST()
41 MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()
43 scoped_refptr<MessagePipeDispatcher> d1(new MessagePipeDispatcher( in TEST()
44 MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()
146 scoped_refptr<MessagePipeDispatcher> d0( in TEST()
147 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()
148 scoped_refptr<MessagePipeDispatcher> d1( in TEST()
149 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()
177 scoped_refptr<MessagePipeDispatcher> d0( in TEST()
178 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()
[all …]
Dmessage_pipe_dispatcher.h23 class MOJO_SYSTEM_IMPL_EXPORT MessagePipeDispatcher : public Dispatcher {
30 MessagePipeDispatcher(
53 static scoped_refptr<MessagePipeDispatcher> CreateRemoteMessagePipe(
58 static scoped_refptr<MessagePipeDispatcher> Deserialize(Channel* channel,
65 virtual ~MessagePipeDispatcher();
112 DISALLOW_COPY_AND_ASSIGN(MessagePipeDispatcher);
125 MessagePipeDispatcher* message_pipe_dispatcher() { in message_pipe_dispatcher()
126 return static_cast<MessagePipeDispatcher*>(dispatcher()); in message_pipe_dispatcher()
Dcore.cc189 MessagePipeDispatcher::ValidateCreateOptions(options, &validated_options); in CreateMessagePipe()
193 scoped_refptr<MessagePipeDispatcher> dispatcher0( in CreateMessagePipe()
194 new MessagePipeDispatcher(validated_options)); in CreateMessagePipe()
195 scoped_refptr<MessagePipeDispatcher> dispatcher1( in CreateMessagePipe()
196 new MessagePipeDispatcher(validated_options)); in CreateMessagePipe()
Dremote_message_pipe_unittest.cc524 scoped_refptr<MessagePipeDispatcher> dispatcher( in TEST_F()
525 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST_F()
588 dispatcher = static_cast<MessagePipeDispatcher*>(read_dispatchers[0].get()); in TEST_F()
978 scoped_refptr<MessagePipeDispatcher> dispatcher( in TEST_F()
979 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST_F()
1042 dispatcher = static_cast<MessagePipeDispatcher*>(read_dispatchers[0].get()); in TEST_F()
1104 dispatcher = static_cast<MessagePipeDispatcher*>(read_dispatchers[0].get()); in TEST_F()
Ddispatcher.cc78 MessagePipeDispatcher::Deserialize(channel, source, size)); in Deserialize()
/external/chromium_org/mojo/embedder/
Dembedder.cc114 scoped_refptr<system::MessagePipeDispatcher> dispatcher = in CreateChannelOnIOThread()
115 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint); in CreateChannelOnIOThread()
137 scoped_refptr<system::MessagePipeDispatcher> dispatcher = in CreateChannel()
138 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint); in CreateChannel()
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions.txt590 *!mojo::system::MessagePipeDispatcher::RemoveWaiterImplNoLock