Searched refs:channel_pair (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/mojo/
H A Dmojo_application_host.cc35 mojo::embedder::PlatformChannelPair channel_pair; local
38 PlatformFileFromScopedPlatformHandle(channel_pair.PassServerHandle()),
44 client_handle_ = channel_pair.PassClientHandle();
/external/chromium_org/mojo/embedder/
H A Dplatform_channel_pair_posix_unittest.cc66 PlatformChannelPair channel_pair; local
67 ScopedPlatformHandle server_handle = channel_pair.PassServerHandle().Pass();
68 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle().Pass();
107 PlatformChannelPair channel_pair; local
108 ScopedPlatformHandle server_handle = channel_pair.PassServerHandle().Pass();
109 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle().Pass();
136 PlatformChannelPair channel_pair; local
137 ScopedPlatformHandle server_handle = channel_pair.PassServerHandle().Pass();
138 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle().Pass();
195 PlatformChannelPair channel_pair; local
[all...]
H A Dembedder_unittest.cc120 PlatformChannelPair channel_pair; local
122 channel_pair.PassServerHandle());
126 channel_pair.PassClientHandle());
177 PlatformChannelPair channel_pair; local
179 channel_pair.PassServerHandle());
183 channel_pair.PassClientHandle());
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_bootstrap.cc49 mojo::embedder::PlatformChannelPair channel_pair; local
50 server_pipe_ = channel_pair.PassServerHandle();
53 channel_pair.PassClientHandle().release().fd,
55 channel_pair.PassClientHandle().release().handle,
/external/chromium_org/mojo/shell/
H A Ddbus_application_loader_linux.cc63 embedder::PlatformChannelPair channel_pair; local
66 channel_init_->Init(channel_pair.PassServerHandle().release().fd,
73 client_fd->PutValue(channel_pair.PassClientHandle().release().fd);
/external/chromium_org/mojo/system/
H A Dchannel_unittest.cc77 embedder::PlatformChannelPair channel_pair; local
78 raw_channel_ = RawChannel::Create(channel_pair.PassServerHandle()).Pass();
79 other_platform_handle_ = channel_pair.PassClientHandle();
H A Draw_channel_unittest.cc79 embedder::PlatformChannelPair channel_pair; variable
80 handles[0] = channel_pair.PassServerHandle();
81 handles[1] = channel_pair.PassClientHandle();
H A Dremote_message_pipe_unittest.cc102 embedder::PlatformChannelPair channel_pair; local
103 platform_handles_[0] = channel_pair.PassServerHandle();
104 platform_handles_[1] = channel_pair.PassClientHandle();

Completed in 401 milliseconds