Lines Matching full:mojo
13 #include "mojo/core/embedder/scoped_ipc_support.h"
14 #include "mojo/public/cpp/platform/platform_channel.h"
15 #include "mojo/public/cpp/platform/platform_channel_endpoint.h"
16 #include "mojo/public/cpp/platform/platform_handle.h"
17 #include "mojo/public/cpp/system/invitation.h"
31 mojo::IncomingInvitation GetMojoInvitation() { in GetMojoInvitation()
32 mojo::PlatformChannelEndpoint endpoint; in GetMojoInvitation()
34 endpoint = mojo::PlatformChannel::RecoverPassedEndpointFromCommandLine( in GetMojoInvitation()
39 endpoint = mojo::PlatformChannelEndpoint( in GetMojoInvitation()
40 mojo::PlatformHandle(client->TakeReceiveRight('mojo'))); in GetMojoInvitation()
43 endpoint = mojo::PlatformChannelEndpoint(mojo::PlatformHandle(base::ScopedFD( in GetMojoInvitation()
47 return mojo::IncomingInvitation::Accept(std::move(endpoint)); in GetMojoInvitation()
55 mojo::core::ScopedIPCSupport::ShutdownPolicy::FAST) {} in NaClService()
59 mojo::ScopedMessagePipeHandle NaClService::TakeChannelPipe() { in TakeChannelPipe()