HomeSort by relevance Sort by last modified time
    Searched full:channel_endpoint (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.cc 10 #include "mojo/system/channel_endpoint.h"
18 ChannelEndpoint* channel_endpoint)
19 : channel_endpoint_(channel_endpoint) {
message_pipe.cc 8 #include "mojo/system/channel_endpoint.h"
28 scoped_refptr<ChannelEndpoint>* channel_endpoint) {
29 DCHECK(!channel_endpoint->get()); // Not technically wrong, but unlikely.
32 *channel_endpoint = new ChannelEndpoint(message_pipe, 1);
34 new ProxyMessagePipeEndpoint(channel_endpoint->get()));
40 scoped_refptr<ChannelEndpoint>* channel_endpoint) {
41 DCHECK(!channel_endpoint->get()); // Not technically wrong, but unlikely.
43 *channel_endpoint = new ChannelEndpoint(message_pipe, 0);
45 new ProxyMessagePipeEndpoint(channel_endpoint->get()));
172 scoped_refptr<ChannelEndpoint> channel_endpoint(
    [all...]
message_pipe_test_utils.h 33 scoped_refptr<ChannelEndpoint> channel_endpoint);
38 scoped_refptr<ChannelEndpoint> channel_endpoint);
message_pipe_test_utils.cc 10 #include "mojo/system/channel_endpoint.h"
45 scoped_refptr<ChannelEndpoint> channel_endpoint) {
52 channel_endpoint));
73 scoped_refptr<ChannelEndpoint> channel_endpoint) {
88 CHECK_EQ(channel_->AttachEndpoint(channel_endpoint),
message_pipe.h 41 // |ProxyMessagePipeEndpoint| on port 1. |*channel_endpoint| is set to the
44 scoped_refptr<ChannelEndpoint>* channel_endpoint);
47 // |LocalMessagePipeEndpoint| on port 1. |*channel_endpoint| is set to the
53 scoped_refptr<ChannelEndpoint>* channel_endpoint);
message_pipe_endpoint.cc 51 void MessagePipeEndpoint::Attach(ChannelEndpoint* /*channel_endpoint*/) {
channel_unittest.cc 13 #include "mojo/system/channel_endpoint.h"
197 scoped_refptr<ChannelEndpoint> channel_endpoint; local
199 MessagePipe::CreateLocalProxy(&channel_endpoint));
202 channel()->AttachEndpoint(channel_endpoint);
237 scoped_refptr<ChannelEndpoint> channel_endpoint; local
239 MessagePipe::CreateLocalProxy(&channel_endpoint));
242 channel()->AttachEndpoint(channel_endpoint);
290 scoped_refptr<ChannelEndpoint> channel_endpoint; local
292 MessagePipe::CreateLocalProxy(&channel_endpoint));
295 channel()->AttachEndpoint(channel_endpoint);
    [all...]
message_pipe_dispatcher.cc 9 #include "mojo/system/channel_endpoint.h"
88 scoped_refptr<ChannelEndpoint>* channel_endpoint) {
90 MessagePipe::CreateLocalProxy(channel_endpoint));
107 scoped_refptr<ChannelEndpoint> channel_endpoint; local
109 CreateRemoteMessagePipe(&channel_endpoint);
122 channel->AttachEndpoint(channel_endpoint);
BUILD.gn 31 "channel_endpoint.cc",
32 "channel_endpoint.h",
proxy_message_pipe_endpoint.h 33 explicit ProxyMessagePipeEndpoint(ChannelEndpoint* channel_endpoint);
channel_endpoint.cc 5 #include "mojo/system/channel_endpoint.h"
message_pipe_dispatcher.h 54 scoped_refptr<ChannelEndpoint>* channel_endpoint);
message_pipe_endpoint.h 77 virtual void Attach(ChannelEndpoint* channel_endpoint);
  /external/chromium_org/mojo/embedder/
embedder.cc 13 #include "mojo/system/channel_endpoint.h"
44 scoped_refptr<system::ChannelEndpoint> channel_endpoint) {
62 channel->AttachEndpoint(channel_endpoint);
85 scoped_refptr<system::ChannelEndpoint> channel_endpoint,
89 MakeChannel(core, platform_handle.Pass(), channel_endpoint);
113 scoped_refptr<system::ChannelEndpoint> channel_endpoint; local
115 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint);
124 MakeChannel(core, platform_handle.Pass(), channel_endpoint);
136 scoped_refptr<system::ChannelEndpoint> channel_endpoint; local
138 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint);
    [all...]
  /external/chromium_org/mojo/
mojo_base.gyp 130 'system/channel_endpoint.cc',
131 'system/channel_endpoint.h',
mojo_system_impl.target.darwin-arm.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.darwin-arm64.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.darwin-mips.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.darwin-mips64.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.darwin-x86.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.darwin-x86_64.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.linux-arm.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.linux-arm64.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.linux-mips.mk 37 mojo/system/channel_endpoint.cc \
mojo_system_impl.target.linux-mips64.mk 37 mojo/system/channel_endpoint.cc \

Completed in 309 milliseconds

1 2