Home
last modified time | relevance | path

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

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