Home
last modified time | relevance | path

Searched refs:channel_endpoint (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/mojo/embedder/
Dembedder.cc44 scoped_refptr<system::ChannelEndpoint> channel_endpoint) { in MakeChannel() argument
62 channel->AttachEndpoint(channel_endpoint); in MakeChannel()
85 scoped_refptr<system::ChannelEndpoint> channel_endpoint, in CreateChannelHelper() argument
89 MakeChannel(core, platform_handle.Pass(), channel_endpoint); in CreateChannelHelper()
113 scoped_refptr<system::ChannelEndpoint> channel_endpoint; in CreateChannelOnIOThread() local
115 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint); in CreateChannelOnIOThread()
124 MakeChannel(core, platform_handle.Pass(), channel_endpoint); in CreateChannelOnIOThread()
136 scoped_refptr<system::ChannelEndpoint> channel_endpoint; in CreateChannel() local
138 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint); in CreateChannel()
154 channel_endpoint, in CreateChannel()
/external/chromium_org/mojo/system/
Dmessage_pipe.cc28 scoped_refptr<ChannelEndpoint>* channel_endpoint) { in CreateLocalProxy() argument
29 DCHECK(!channel_endpoint->get()); // Not technically wrong, but unlikely. in CreateLocalProxy()
32 *channel_endpoint = new ChannelEndpoint(message_pipe, 1); in CreateLocalProxy()
34 new ProxyMessagePipeEndpoint(channel_endpoint->get())); in CreateLocalProxy()
40 scoped_refptr<ChannelEndpoint>* channel_endpoint) { in CreateProxyLocal() argument
41 DCHECK(!channel_endpoint->get()); // Not technically wrong, but unlikely. in CreateProxyLocal()
43 *channel_endpoint = new ChannelEndpoint(message_pipe, 0); in CreateProxyLocal()
45 new ProxyMessagePipeEndpoint(channel_endpoint->get())); in CreateProxyLocal()
172 scoped_refptr<ChannelEndpoint> channel_endpoint( in ConvertLocalToProxy() local
174 endpoints_[port].reset(new ProxyMessagePipeEndpoint(channel_endpoint.get())); in ConvertLocalToProxy()
[all …]
Dchannel_unittest.cc197 scoped_refptr<ChannelEndpoint> channel_endpoint; in TEST_F() local
199 MessagePipe::CreateLocalProxy(&channel_endpoint)); in TEST_F()
202 channel()->AttachEndpoint(channel_endpoint); in TEST_F()
237 scoped_refptr<ChannelEndpoint> channel_endpoint; in TEST_F() local
239 MessagePipe::CreateLocalProxy(&channel_endpoint)); in TEST_F()
242 channel()->AttachEndpoint(channel_endpoint); in TEST_F()
290 scoped_refptr<ChannelEndpoint> channel_endpoint; in TEST_F() local
292 MessagePipe::CreateLocalProxy(&channel_endpoint)); in TEST_F()
295 channel()->AttachEndpoint(channel_endpoint); in TEST_F()
Dmessage_pipe_test_utils.cc45 scoped_refptr<ChannelEndpoint> channel_endpoint) { in Start() argument
52 channel_endpoint)); in Start()
73 scoped_refptr<ChannelEndpoint> channel_endpoint) { in InitChannelOnIOThread() argument
88 CHECK_EQ(channel_->AttachEndpoint(channel_endpoint), in InitChannelOnIOThread()
Dmessage_pipe_dispatcher.cc88 scoped_refptr<ChannelEndpoint>* channel_endpoint) { in CreateRemoteMessagePipe() argument
90 MessagePipe::CreateLocalProxy(channel_endpoint)); in CreateRemoteMessagePipe()
107 scoped_refptr<ChannelEndpoint> channel_endpoint; in Deserialize() local
109 CreateRemoteMessagePipe(&channel_endpoint); in Deserialize()
122 channel->AttachEndpoint(channel_endpoint); in Deserialize()
Dproxy_message_pipe_endpoint.cc18 ChannelEndpoint* channel_endpoint) in ProxyMessagePipeEndpoint() argument
19 : channel_endpoint_(channel_endpoint) { in ProxyMessagePipeEndpoint()
Dmessage_pipe_test_utils.h33 scoped_refptr<ChannelEndpoint> channel_endpoint);
38 scoped_refptr<ChannelEndpoint> channel_endpoint);
Dmessage_pipe.h44 scoped_refptr<ChannelEndpoint>* channel_endpoint);
53 scoped_refptr<ChannelEndpoint>* channel_endpoint);
DBUILD.gn31 "channel_endpoint.cc",
32 "channel_endpoint.h",
Dproxy_message_pipe_endpoint.h33 explicit ProxyMessagePipeEndpoint(ChannelEndpoint* channel_endpoint);
Dmessage_pipe_endpoint.h77 virtual void Attach(ChannelEndpoint* channel_endpoint);
Dmessage_pipe_dispatcher.h54 scoped_refptr<ChannelEndpoint>* channel_endpoint);
/external/chromium_org/mojo/
Dmojo_system_impl.target.darwin-arm64.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.linux-arm64.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.darwin-mips.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.darwin-mips64.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.linux-mips64.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.linux-mips.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.linux-x86.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.linux-x86_64.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.darwin-x86.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.darwin-x86_64.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.darwin-arm.mk37 mojo/system/channel_endpoint.cc \
Dmojo_system_impl.target.linux-arm.mk37 mojo/system/channel_endpoint.cc \
Dmojo_base.gyp130 'system/channel_endpoint.cc',
131 'system/channel_endpoint.h',