Searched defs:channel_handle (Results 1 - 3 of 3) sorted by relevance
/external/libmojo/mojo/edk/system/ |
H A D | multiprocess_message_pipe_unittest.cc | 1249 MojoHandle channel_handle; local 1250 EXPECT_EQ("hi", ReadMessageWithHandles(parent, &channel_handle, 1)); 1253 edk::PassWrappedPlatformHandle(channel_handle, &channel));
|
H A D | node_channel.cc | 356 ScopedPlatformHandle channel_handle) { 359 if (channel_handle.is_valid()) 360 handles->push_back(channel_handle.release()); 635 ScopedPlatformHandle channel_handle; local 637 channel_handle = ScopedPlatformHandle(handles->at(0)); 641 std::move(channel_handle)); 355 Introduce(const ports::NodeName& name, ScopedPlatformHandle channel_handle) argument
|
H A D | node_controller.cc | 1093 ScopedPlatformHandle channel_handle) { 1096 if (!channel_handle.is_valid()) { 1106 NodeChannel::Create(this, std::move(channel_handle), io_task_runner_, 1091 OnIntroduce(const ports::NodeName& from_node, const ports::NodeName& name, ScopedPlatformHandle channel_handle) argument
|
Completed in 95 milliseconds