HomeSort by relevance Sort by last modified time
    Searched refs:channel_pair (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/mojo/
mojo_application_host.cc 35 mojo::embedder::PlatformChannelPair channel_pair; local
38 PlatformFileFromScopedPlatformHandle(channel_pair.PassServerHandle()),
44 client_handle_ = channel_pair.PassClientHandle();
  /external/chromium_org/mojo/embedder/
platform_channel_pair_posix_unittest.cc 66 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...]
embedder_unittest.cc 120 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/
ipc_mojo_bootstrap.cc 49 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/
dbus_application_loader_linux.cc 63 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/
channel_unittest.cc 77 embedder::PlatformChannelPair channel_pair; local
78 raw_channel_ = RawChannel::Create(channel_pair.PassServerHandle()).Pass();
79 other_platform_handle_ = channel_pair.PassClientHandle();
raw_channel_unittest.cc 79 embedder::PlatformChannelPair channel_pair; variable
80 handles[0] = channel_pair.PassServerHandle();
81 handles[1] = channel_pair.PassClientHandle();
remote_message_pipe_unittest.cc 102 embedder::PlatformChannelPair channel_pair; local
103 platform_handles_[0] = channel_pair.PassServerHandle();
104 platform_handles_[1] = channel_pair.PassClientHandle();
    [all...]

Completed in 335 milliseconds